Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
23 | |
15 | |
15 | |
10 | |
7 |