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

How to change the Total Value in a Matrix to a specific value

Hi guys,

 

I am currently working with a Matrix Visual. As usual Power BI is summing up the "Price" Column (see below) to get the Total. But I do not want the column to be summed up or use any other formula to calculate a Total Value. I just need a specific value that needs to be put in the Total. The Value that needs to be there comes from a different Excel-Sheet (but maybe that is not too important right now).

 

I have made up some example data to visualize it. Right now, the Total is just the sum of all the prices. But let's say I want the Total to be 180,000. Is there a way of doing it somehow? 

 

Example_Pic.PNG

 

Thanks!

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You would need to have a measure like

Price Measure = IF( ISINSCOPE('Table'[Brand]), SUM('Table'[Price]), 180000)

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Perfect, that's exactly what I was looking for. Thank you! 🙂

johnt75
Super User
Super User

You would need to have a measure like

Price Measure = IF( ISINSCOPE('Table'[Brand]), SUM('Table'[Price]), 180000)

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.

Top Solution Authors