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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
wjess
Frequent Visitor

Calculation items and display units

I am working on a matrix that utilizes a calculation group to show the actual vs forecast vs the previous week for several metrics:
Capture.PNG

I am using the Display Units dropdown under Specific Column so the actuals (Actual, Forecast, Previous Week, etc.) for specific metrics will display as Thousands but I don't want the percentages (Forecast Variance%, etc) to display in the thousands - I just want it to show a percent. 

Is there any way to have certain calculation items ignore or precede the display units or any other workarounds? 

1 ACCEPTED SOLUTION

@wjess,

 

I would disable the display units and put the logic in the calculation item. For example, if you want to display an amount in thousands, in the calculation item do the following:

 

1. Divide the result by 1,000.

2. Use the format string expression "#,##0K".





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

Proud to be a Super User!




View solution in original post

6 REPLIES 6
v-zhangti
Community Support
Community Support

Hi, @wjess 

 

Can you provide simple pbix files for test? Sensitive information can be removed in advance.

 

Best Regards,

Community Support Team _Charlotte

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

 

 

DataInsights
Super User
Super User

@wjess,

 

Have you tried setting the Format String Expression for each calculation item? This is done in Tabular Editor.





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

Proud to be a Super User!




I have tried using the Format String Expression in the calculation items, but I haven't found a way to supersede the display units from the matrix.

wjess
Frequent Visitor

My format string expressions are pretty simple currently. For the variance items, I am only using the following: 
"+0.0%;-0.0%"

 

@wjess,

 

I would disable the display units and put the logic in the calculation item. For example, if you want to display an amount in thousands, in the calculation item do the following:

 

1. Divide the result by 1,000.

2. Use the format string expression "#,##0K".





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

Proud to be a Super User!




I ended up doing this. Unfortunately, it makes conditional formatting a little trickier but this is the best solution. 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors