• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

PowerPivot formula to capture a string

Mr.Karr

Member
Hello,

Can anyone please provide a formula which I can use in data model to populate string that appears before a oepn bracket. Say example;

Central and Eastern Europe (Area)
Central and Eastern Europe (Sub Region)
Russia (Region)

if you can provide a formula that rounds up before 'space' would also be great.

Many thanks in advance.
 
Hi,

Your formula seems ok.
You can also use left function:
=LEFT([GeographyGeography Hierarchy],FIND("(",[GeographyGeography Hierarchy],1)-1)

Without a sample, dont know how it works on PPT.
Regards,
 
Back
Top