Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Convert Garth to Percentage

Hello all

Loking for the solution to not create book mark and duplicate my Powerby 8 pages to 16 =(
This formula works in table but not in grath.
Please let me know what i'm doing wrong =(

Formula

aaa1.PNG

-------------------------------------------------------------------

Capture.PNG

-------------------------------------------------------------------------

AAA2.PNG

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

Your issue is in the use of the format. Using FORMAT transform your calculation into text so you are not abble to show the values in a chart because chart don't show text values.

 

Believe your best option is to make your measure multiplied by 100 and make a title dinamic:

 

Dinamic Title = SWITCH(TRUE();
    SELECTEDVALUE(TableAA[Name]) = "Percentage";
    "Percentage %";
    SELECTEDVALUE(TableAA[Name])= "Value";
    "Value Units"
)

Check PBIX file attach.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @Anonymous ,

 

Your issue is in the use of the format. Using FORMAT transform your calculation into text so you are not abble to show the values in a chart because chart don't show text values.

 

Believe your best option is to make your measure multiplied by 100 and make a title dinamic:

 

Dinamic Title = SWITCH(TRUE();
    SELECTEDVALUE(TableAA[Name]) = "Percentage";
    "Percentage %";
    SELECTEDVALUE(TableAA[Name])= "Value";
    "Value Units"
)

Check PBIX file attach.

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Sorry for the long waiting replay
I had some issues and i could not be around but i want to say tank you for your support 😃 keep doing 5 starts 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.