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! Get ahead of the game and start preparing now! Learn more
I am attempting to perform a CALCULATE function that provides me with the overall % breakout by Disposition Value [field] by Month. I am using the following formula:
Solved! Go to Solution.
@Anonymous , Try
Disposition % = DIVIDE(SUM(Query1[BHMP_SVC_FLG]),CALCULATE(COUNT(Query1[BHMP_SVC_FLG2]),filter(all(Query1), Query1[Metric_Month] = max(Query1[Metric_Month]))))
or
Disposition % = DIVIDE(SUM(Query1[BHMP_SVC_FLG]),CALCULATE(COUNT(Query1[BHMP_SVC_FLG2]),removefilters( Query1[Disposition]) ))
@amitchandak : Thank you very much for responding to my post! The top formula provided me with the desired results I was looking for. I did change the Numerator from "SUM" to "COUNT", but the % of Total for each month was correctly calculated thereafter. I greatly appreciate your assistance.
@Anonymous , Try
Disposition % = DIVIDE(SUM(Query1[BHMP_SVC_FLG]),CALCULATE(COUNT(Query1[BHMP_SVC_FLG2]),filter(all(Query1), Query1[Metric_Month] = max(Query1[Metric_Month]))))
or
Disposition % = DIVIDE(SUM(Query1[BHMP_SVC_FLG]),CALCULATE(COUNT(Query1[BHMP_SVC_FLG2]),removefilters( Query1[Disposition]) ))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 19 | |
| 13 | |
| 9 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 30 | |
| 26 | |
| 17 | |
| 11 | |
| 10 |