Forum Discussion
How to compare data between 2 custom dates Filter ?
- 6 years ago
Anonymous , Refer this article for the same
https://community.powerbi.com/t5/Community-Blog/Comparing-Data-Across-Date-Ranges/ba-p/823601
Anonymous , I think two different ranges are getting compared in that article.
amitchandak Yes, Client looking for such types date range comparision. Is this possible ?
- amitchandak6 years agoSuper User
Anonymous , I am confused now. What you are showing in the screenshot is what given the blog I shared. You can have two date range, two-month slicers or anything else.
- Anonymous6 years agoNot applicable
Hello amitchandak
Thank you for your patients and reply.
Yes, But look at that date ranges and Tooltip where 2 weeks in the same month we are trying to compare using Line graph.
I want to develope the same graph in the Power BI.Thanks,
Devanand
- Anonymous6 years agoNot applicable
Hi Anonymous,
First, you can create one calendar table. Then create a measure with the below formula:
Previous week = CALCULATE(SUM('Sales'[Sales]),DATEADD('Calendar'[Date],-7,DAY))Best Regards
Rena