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.
Hi,
I wrote a measure where I want to retrieve the value of the previous month without taking the group into account. However, everything I test takes the group into account. Does someone have an idea ?
My values :
Date | Group | Value |
202401 | A | 10 |
202402 | A | 10 |
202403 | A | 10 |
202404 | B | 15 |
202405 | B | 15 |
202406 | B | 15 |
202407 | B | 20 |
202408 | B | 20 |
My measure :
My results :
Date | Group | Value | Previous Month |
202401 | A | 10 | |
202402 | A | 10 | 10 |
202403 | A | 10 | 10 |
202404 | A | 10 | |
202404 | B | 15 | |
202405 | B | 15 | 15 |
202406 | B | 15 | 15 |
202407 | B | 20 | 15 |
202408 | B | 20 | 20 |
What i looking for ..
Date | Group | Value | Previous Month |
202401 | A | 10 | |
202402 | A | 10 | 10 |
202403 | A | 10 | 10 |
202404 | B | 15 | 10 |
202405 | B | 15 | 15 |
202406 | B | 15 | 15 |
202407 | B | 20 | 15 |
202408 | B | 20 | 20 |
Thanks for your help !
Guillaume
Solved! Go to Solution.
If you will use this in only one visual you can leverage from visual calculations and use the PREVIOUS() function from it.
Proud to be a Super User!
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 |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |