March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a table with dates and an amount column.
I want to create a dax measure that shows me the following:
1) Measure One: Previous Years = Sum of Amount for ALL dates before current year
2) Measure 2: Current Year = Sum of Amount for ALL dates FOR the current year.
I want it to be dynamic so next year, the currennt year will become previous year. etc
I THINK i have it covered for current year, (calculated YTD) but I can't find the function for summing up ALL previous years not just the most recent one.
Solved! Go to Solution.
Hi Joseph,
Please try below DAX
CurrentYearSales/AllpreviousYearSales =
Appreciate a Kudos!
If this helps and resolves the issue, please mark it as a Solution!
Regards,
N V Durga Prasad
Hi Joseph,
Please try below DAX
CurrentYearSales/AllpreviousYearSales =
Appreciate a Kudos!
If this helps and resolves the issue, please mark it as a Solution!
Regards,
N V Durga Prasad
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
168 | |
116 | |
63 | |
57 | |
50 |