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
Hello,
I have a simple formula
Total Adjust Fee Amount =
I tried this formula:
but it doesn't do anything. I'm very stuck. Please help.
Solved! Go to Solution.
@Auto_queen Try:
Measure =
VAR __Table = SUMMARIZE('Table','Table'[Name],"__Sum",SUM('Closing Report'[TR1_Adjusted_Fee_Amount_c[))
RETURN
SUMX(__Table,[__Sum])
@Auto_queen Try:
Measure =
VAR __Table = SUMMARIZE('Table','Table'[Name],"__Sum",SUM('Closing Report'[TR1_Adjusted_Fee_Amount_c[))
RETURN
SUMX(__Table,[__Sum])
Worked thank you
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |