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 September 15. Request your voucher.
Hi,
I am testing quick measures for running totals. There is an issue, when I use the running total in a table visual, so that it doesn'n sum at all.
test table:
Index Date Type Value
1 | 01.01.2019 00:00:00 | A | 100 |
2 | 03.01.2019 00:00:00 | B | 200 |
3 | 07.01.2019 00:00:00 | A | 300 |
4 | 02.02.2019 00:00:00 | B | 1040 |
5 | 02.02.2019 00:00:00 | B | 350 |
6 | 15.02.2019 00:00:00 | B | 230 |
7 | 05.03.2020 00:00:00 | A | 550 |
When I put all those columns into a table visual and add the quick measure running total:
Solved! Go to Solution.
hi, @Anonymous
This relates to the row context and filter context in DAX,
https://www.sqlbi.com/articles/row-context-and-filter-context-in-dax/
https://docs.microsoft.com/en-us/dax/allselected-function-dax
If you use this measure
Best Regards,
Lin
hi, @Anonymous
This relates to the row context and filter context in DAX,
https://www.sqlbi.com/articles/row-context-and-filter-context-in-dax/
https://docs.microsoft.com/en-us/dax/allselected-function-dax
If you use this measure
Best Regards,
Lin
User | Count |
---|---|
65 | |
61 | |
60 | |
53 | |
30 |
User | Count |
---|---|
180 | |
88 | |
71 | |
48 | |
46 |