This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
So I have a matrix visual that shows data for the last few years. I have a measure that takes the most recent value and calculates the percentage change vs the average of the other years. So based on the image below my measure would take the average of 2017-2019 and calculate the percentage change for 2020 based on that average.
When I bring this measure into the matrix in addition to what's shown above, the results are not right because it is showing the measure by each year.
Is there a way so that my measure would appear blank for each of the years and then show up in the total?
So the result would be the same as above, but for total there would also be a percentage variance which is my measure I'm trying to add to the matrix.
Solved! Go to Solution.
@Anonymous Sure,
Measure Total Only =
IF(HASONEVALUE('Table'[Year]),BLANK(),[Existing Measure])
@Anonymous ,
refer if isinscope and isfiltered can help
https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
@Anonymous Sure,
Measure Total Only =
IF(HASONEVALUE('Table'[Year]),BLANK(),[Existing Measure])
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 30 | |
| 23 | |
| 22 |