Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Please I truly need your help. I am trying to get the value from the previous quarter.
I only have one table, and my only date is quarters. I attached a picture to see if I can explain myself.
I will give you kudos all the compliments but please help me on this. Greatly appreciated.
Solved! Go to Solution.
Please try
Prev. Quarter =
CALCULATE (
SUM ( 'Table'[Column] ),
'Table'[Date] = EOMONTH ( MAX ( 'Table'[Date] ), -3 ),
ALL ( 'Table'[Date] )
)
Please try
Prev. Quarter =
CALCULATE (
SUM ( 'Table'[Column] ),
'Table'[Date] = EOMONTH ( MAX ( 'Table'[Date] ), -3 ),
ALL ( 'Table'[Date] )
)
Thank you so much!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
13 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
20 | |
14 | |
11 | |
10 | |
10 |