The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |