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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Emma
Frequent Visitor

Card visual > data label formatting across languages

Hello, I have a card showing the number 5,600 as 6K. I have set this rounding under Format > Data Label > Display (thousands).

 

In Germany, a colleague looking at the same report sees 6Tsd. This is too wide and breaks the formatting of the report.

 

I would like to keep the whole report and its notation in English regardless of browser setting. Does anyone know how I can set the report / visual / data point to be consistent across browsers?

 

I have an embedded report served from PBI Service. Thanks.

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

@Emma,

 

You may use FORMAT Function to add a measure instead.

Measure =
FORMAT ( SUM ( Table1[Column1] ) / 1000, "0.00K" )
Community Support Team _ Sam Zha
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

1 REPLY 1
v-chuncz-msft
Community Support
Community Support

@Emma,

 

You may use FORMAT Function to add a measure instead.

Measure =
FORMAT ( SUM ( Table1[Column1] ) / 1000, "0.00K" )
Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

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.