Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have created a Column Year Quarter (e.g. 202201 202104) I want to calculate A column which is going to look to the same aspects but last period (here last quarter) I haven't found a solution yet. Can anyone help me please ?
Solved! Go to Solution.
@laouttee
Try something like this
CALCULATE(
SUM( 'fDataDump'[Data Point Value Numeric] ),
DATEADD( dCalendar[Date],-3,MONTH )
)
@laouttee
Try something like this
CALCULATE(
SUM( 'fDataDump'[Data Point Value Numeric] ),
DATEADD( dCalendar[Date],-3,MONTH )
)
Awesome thanks!
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |