The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a matrix which in the rows displays the order date and in the column displays the promised delivery date and the values in the cels are the percentages of orders delivered on time which were ordered on the given order date and promised on the given promise date. In the grand totals, it adds the percentages together, giving percentages over 100%. How can I get the chart to actually display the total percentage in the grand totals?
Solved! Go to Solution.
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Hi,
Show your data and share the expected result.