Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I have written the following calculation
Annualized Revenue by Month =
CALCULATE([Annual Revenue],
DATESINPERIOD('Calendar Lookup'[Date],
MAX('Calendar Lookup'[Date]),
-12,
MONTH))
However I am not getting the expected result. The column is entirely blank.
My data model is set up as shown
Both date data types are the same in both columns
Now the tricky part is if I mark my Calendar Lookup table as the Date table my calculation works but this will break all my other functions that use the date tableWhat is happening here?
Solved! Go to Solution.
So I figured it out after tweaking it some. I am not sure why but I also have to include the year as part of the rows in the matrix.
I thouhgt the filter context would already be evident as the start date has a year is that incorrect?
Hi @TCFPA ,
If your date table contains multiple years of data and you do not provide the year in the current context, this is likely to cause inaccurate calculations.
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TCFPA ,
If your date table contains multiple years of data and you do not provide the year in the current context, this is likely to cause inaccurate calculations.
Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @TCFPA ,
The table that DATESINPERIOD() returned can only contain dates stored in the dates column. So, for example, if the dates column starts from July 1, 2017, and the start_date value is July 1, 2016, the returned table will start from July 1, 2017.
Besides, the relationship between LeadSquared and Calendar Lookup is single, please try to change it to both. Otherwise, if you use 'LeadSquared'[Date] as date field, MAX('Calendar Lookup'[Date]) will always return the max value of all date.
If these methods could not work, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.
Refer to:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
So I figured it out after tweaking it some. I am not sure why but I also have to include the year as part of the rows in the matrix.
I thouhgt the filter context would already be evident as the start date has a year is that incorrect?
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
88 | |
83 | |
64 | |
49 |
User | Count |
---|---|
126 | |
110 | |
87 | |
70 | |
66 |