Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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!
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
115 | |
112 | |
105 | |
95 | |
58 |
User | Count |
---|---|
174 | |
147 | |
136 | |
102 | |
82 |