Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Im trying to create a forecast accuracy matrix table with multiple slicers to select region/partner/Market by month.
Im able to get the correct formula into the Forecast Accuracy column, but when we get to the total / subtotal rows, the forecast accuracy percentage is either summing / averaging the column.
I want to take the values from the total/subtotal row and apply the formula to obtain the correct percentage.
I've attached an example data set for reference.
Many 'solutions' Ive found would help me with percentage of total/subtotal, so not been able to make them work.
Any help will be most appreciated.
Google Drive Link to PBI Report
Solved! Go to Solution.
Looks like your [Forecast Accuracy] is defined as a COLUMN. You should re-write it as a MEASURE. And that measure should be based on SUM Aggregations of the Numerator and Denominator. Oh, and I use the DIVIDE DAX function:
Measures:
I leave it to you to wrap in the negative handling.
Proud to be a Super User! | |
Looks like your [Forecast Accuracy] is defined as a COLUMN. You should re-write it as a MEASURE. And that measure should be based on SUM Aggregations of the Numerator and Denominator. Oh, and I use the DIVIDE DAX function:
Measures:
I leave it to you to wrap in the negative handling.
Proud to be a Super User! | |
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 117 | |
| 107 | |
| 42 | |
| 32 | |
| 26 |