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
I have a fairly small table
On each row is a different date, e.g. [4/1/2015, 5/1/2015, 6/1/2015]
On each of these rows there is a value, lets say, [7, 8, 15] respectively for above
I want to find the change per month as a column e.g.
ChangeFromPreviousMonth = [ n/a, 1, 7 ]
n/a because there was no data point before 7 in the above example
Any thoughts on how to achieve this would be greatly appreciated! Thanks!
Solved! Go to Solution.
Take a look at the PREVIOUSMONTH function:
You can also check out the Time Patterns here:
http://www.daxpatterns.com/time-patterns/
Take a look at the PREVIOUSMONTH function:
You can also check out the Time Patterns here:
http://www.daxpatterns.com/time-patterns/
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
133 | |
91 | |
88 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
73 | |
68 |