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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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! | |
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
| User | Count |
|---|---|
| 50 | |
| 43 | |
| 36 | |
| 33 | |
| 30 |
| User | Count |
|---|---|
| 138 | |
| 120 | |
| 60 | |
| 59 | |
| 56 |