Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
76 | |
75 | |
46 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |