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'm using three tables- Sales (Fact table), Product Table (Dimension) related by Product Key and Calendar Lookup Table, related by Order Date. I am trying to find Productwise Last Month Sales using following formula
Previous Month Revenue =
CALCULATE(
[Total Revenue],
DATEADD(
'Calendar Lookup'[Date],
-1,
MONTH
)
)
But I'm getting Revenue from begining of time till last month of that product. However, if I put Month start date instead of Product, I get correct last month revenue. I am not able to understand why this inconsistent behaviour by the same function.
Hi @peterpan You are getting wrong result because no date provided. Without date your formula unable to go previous time frame. It needs a start point. Your second result working because your measure now know where to start and where to go. Use date filter either in rows or columns or slicer.
Hope this helps!!
If this solve your problem, please accept it as a solution!!
Best Regards,
Shahariar Hafiz
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 |
---|---|
87 | |
87 | |
86 | |
67 | |
49 |
User | Count |
---|---|
134 | |
113 | |
100 | |
68 | |
67 |