Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Dear members,
Please kindly help for the following problem.
I have the following dax filtered by date, the results were correct but the total not, I would like a sum of the results.
Is there any way to do that please?
Best regards
Solved! Go to Solution.
FilteredResult = CALCULATE(SUM('Table'[Value]), 'Table'[Date] >= MIN('Table'[StartDate]), 'Table'[Date] <= MAX('Table'[EndDate]))
FilteredResultsTotal = SUMX(VALUES('Table'), [FilteredResult])
FilteredResult = CALCULATE(SUM('Table'[Value]), 'Table'[Date] >= MIN('Table'[StartDate]), 'Table'[Date] <= MAX('Table'[EndDate]))
FilteredResultsTotal = SUMX(VALUES('Table'), [FilteredResult])
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
18 | |
17 | |
16 |
User | Count |
---|---|
29 | |
27 | |
20 | |
15 | |
14 |