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
Hi,
I'm trying to calculate the percentage of the total amount but it doesn't give me the correct percentage (close to correct).
Solved! Go to Solution.
@SJHA , try ALLSelected
% of Grand Total =
DIVIDE (
SUM ( tidsregistrering[Amount] ),
CALCULATE ( SUM ( 'tidsregistrering'[Amount] ), ALLSelected ( 'tidsregistrering'[subActivityTitle] ) )
)
@SJHA , try ALLSelected
% of Grand Total =
DIVIDE (
SUM ( tidsregistrering[Amount] ),
CALCULATE ( SUM ( 'tidsregistrering'[Amount] ), ALLSelected ( 'tidsregistrering'[subActivityTitle] ) )
)
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |