Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello everyone,
Here is my problem today.
I have the measure below:
Solved! Go to Solution.
@Nick2358
You can use the time intelligence function to achieve it, try the following measure You can change the number of months as necessary, I have entered -2. If you need 14 months back,m add -14.
2020_2_Months_Ago =
CALCULATE(
SUM('Conso Bdgt 2020'[SUM]),
DATEADD(
'Dates'[Date],
-2,
MONTH
)
)
________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Nick2358
You can use the time intelligence function to achieve it, try the following measure You can change the number of months as necessary, I have entered -2. If you need 14 months back,m add -14.
2020_2_Months_Ago =
CALCULATE(
SUM('Conso Bdgt 2020'[SUM]),
DATEADD(
'Dates'[Date],
-2,
MONTH
)
)
________________________
If my answer was helpful, please click Accept it as the solution to help other members find it useful
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
54 | |
38 | |
29 |
User | Count |
---|---|
78 | |
62 | |
45 | |
40 | |
40 |