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

Tooltip not showing values correctly formatted

Hello,

 

I have some measures formatted with thousand separator and percentage but the tooltip is not showing them correctly formated.

 

Any tips to fix this? On power bi report server october 2020

joaosantos_2-1609504245508.png

 

Thanks,

João

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

As @amitchandak said, you could format measure directly in Format Pane-->Measure tools as shown below:

1.4.1.1.gif

Or you could use FORMAT() function in DAX like this:

percentage in DAX =
FORMAT ( <value>, "#.00%" )
thousand separator in DAX =
FORMAT ( <value>, "#,###" )

 

Please take a look at the pbix file here.

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-eqin-msft
Community Support
Community Support

Hi @Anonymous ,

 

As @amitchandak said, you could format measure directly in Format Pane-->Measure tools as shown below:

1.4.1.1.gif

Or you could use FORMAT() function in DAX like this:

percentage in DAX =
FORMAT ( <value>, "#.00%" )
thousand separator in DAX =
FORMAT ( <value>, "#,###" )

 

Please take a look at the pbix file here.

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , Formatting done under measure/column tools or under properties of Model view should work

 

Option 1

Data Format New Rib.png

 

Option 2: https://docs.microsoft.com/en-us/power-bi/desktop-custom-format-strings

mahoneypat
Employee
Employee

You should be able to do that in the format options for that measure once it is highlighted.  You can also use custom format strings.

Use custom format strings in Power BI Desktop - Power BI | Microsoft Docs

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


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.