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
dears,
good day!!
in the table below 2 columns total tickets and measure and i want to devide each row in total tickets to the Total for measure as showing below :
Solved! Go to Solution.
Hi @160475 ,
Please try ALL( ) function. For example,
This is my test table:
The measures I created:
Measure 1 = SUM('Table'[Value])
Measure 2 = SUMX(ALL('Table'),'Table'[Value])
Total ticket / Measure 2 = DIVIDE(SUM('Table'[Total tickets]),[Measure 2])
Then you can devide each row in total tickets to the Total for measure:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @160475 ,
Please try ALL( ) function. For example,
This is my test table:
The measures I created:
Measure 1 = SUM('Table'[Value])
Measure 2 = SUMX(ALL('Table'),'Table'[Value])
Total ticket / Measure 2 = DIVIDE(SUM('Table'[Total tickets]),[Measure 2])
Then you can devide each row in total tickets to the Total for measure:
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 10 | |
| 8 |