Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Thanks!
Solved! Go to Solution.
You would need to have a measure like
Price Measure = IF( ISINSCOPE('Table'[Brand]), SUM('Table'[Price]), 180000)
Perfect, that's exactly what I was looking for. Thank you! 🙂
You would need to have a measure like
Price Measure = IF( ISINSCOPE('Table'[Brand]), SUM('Table'[Price]), 180000)
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
27 | |
10 | |
10 | |
9 | |
6 |