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
swaggerboy69
Helper IV
Helper IV

Why is my trend value units showing as M instead of K?

Hi guys,

 

I have a trend line that shows as M instead of K.

The Display units is already set to Auto.

The lowest value is 174k and the highest is 544k.

If it's set to auto, it should show as K.

This is showing as weekly value.

Monthly value is showing correctly though.

The reason why I want to show it as Auto because we want to get the exact unit when filtering it out by country.

 

Any ideas how to correct this?

See screenshots below:

Capture.JPGCapture2.JPG

8 REPLIES 8
v-rongtiep-msft
Community Support
Community Support

Hi @swaggerboy69 ,

Please have a try.

Click the visual. Then click the format>> Data label. Then change the display units to Thousands.

vpollymsft_0-1653273332795.png

 

vpollymsft_2-1653273435851.png

vpollymsft_3-1653273461601.png

 

 

 

Best Regards

Community Support Team _ Polly

 

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

Thanks for your answer.

I agree we can do that but when I filter it out to countries with only hundreds as values, it shows as 0.0K.

I want it to be able to get the exact unit/value.

Hi @swaggerboy69 ,

Could you please provide a simple sample or an example? In what form does 0.0k appear?

 

Best Regards

Community Support Team _ Polly

 

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

Here you go.

So I filter this to a specific country.

Notice how the Axis only shows up to 150 then the values on the graph shows 0.012K for example.

If I use Auto, it shows the actual number.

swaggerboy69_0-1653379350683.png

 

Hi @swaggerboy69 ,

Maybe a better way is to create a measure.

Measure = MAX('Table'[value])/1000

vpollymsft_0-1653381560201.png

Best Regards

Community Support Team _ Polly

 

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

I tried creating a measure but a SUM of the values but the issue remains.

Hi @swaggerboy69 ,

Base on the measure you have created.

Create another.

measure2=var _a=[measure]
var _b=summarize(table,'table'[date],"aaa",[measure])
return
IF(HASONEVALUE('table'[date]),_a,SUMX(_b,[aaa]))

Best Regards

Community Support Team _ Polly

 

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

Thank you for your response.

I created a measure based on your response but the issue still remains.

swaggerboy69_0-1653473467144.png

 

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.