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.
HI
CAN YOU EXPLAIN THE DAX FORMULA FOR YTD RUNNING TOTAL FOR THE BELOW TABLE
When i select sales catagory D should get 15490 ONLY
Can you help with the dax formula with the data contain previous year
@hueuro , Create a separate date table, Join date column of date table, with your date column of your table.
Please create a measure like this.
YTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESYTD('Date'[Date],"12/31"))
STILL THE SAME COMMING
it should pick the value april to nov
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |