Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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/
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |