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
The below screenshot is an example of sorted data where we have city, month, the numerator (Sales), the denominator (Opportunity) and values. Now, we want to calculate the Sales % i.e., Sales / Opportunity – city wise + month wise, and create a dashboard for the same. I am unable to do so in Power BI, please help.
Solved! Go to Solution.
Hi @mohuas
Try this MEASURE
Sales% =
DIVIDE (
CALCULATE ( SUM ( TableName[Value] ), TableName[Attribute] = "Sales" ),
CALCULATE ( SUM ( TableName[Value] ), TableName[Attribute] = "Opportunity" )
)
Hi @mohuas
Try this MEASURE
Sales% =
DIVIDE (
CALCULATE ( SUM ( TableName[Value] ), TableName[Attribute] = "Sales" ),
CALCULATE ( SUM ( TableName[Value] ), TableName[Attribute] = "Opportunity" )
)
@Zubair_Muhammad Thank You so much for the help. The provided solution worked. 🙂
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 46 | |
| 42 | |
| 34 | |
| 31 | |
| 21 |
| User | Count |
|---|---|
| 133 | |
| 126 | |
| 95 | |
| 80 | |
| 65 |