cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors