Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I want to do division of sum of two columns. So far I am doing this by using 3 measures :
Solved! Go to Solution.
@Anonymous
maybe you can try
=SUM(Database[Qi ]) / SUM (Database[Lss])
Proud to be a Super User!
You may use the following function -
=Var tot_col1=SUM(Database[Qi ])
tot_col2= SUM (Database[Lss])
RETURN
DIVIDE(tot_col1,tot_col2)
@Anonymous
maybe you can try
=SUM(Database[Qi ]) / SUM (Database[Lss])
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 48 | |
| 42 |