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.
I have a measure to calculate the percentage one sum over another sum. I am displaying it in a Matrix visual by month but the same % shows for each month.
The measure formula is:
Hi @TomSinAA ,
In my case the measure is correct, would you mind providing more data?
How are these two fields counted in the matrix?
Try this and let me know the results.
% Pick Entered = DIVIDE(COUNT('tbl_KPIMatrix'[ShipmentCountPickupComplete]),COUNT('tbl_KPIMatrix'[ShipmentCountPickup]))
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi:
Can you try:
DIVIDE(Sum(tbl_KPIMatrix[ShipmentCountPickupComplete]),CALCULATE(Sum(tbl_KPIMatrix[ShipmentCountPickup])), REMOVEFILERS())
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 |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |