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.
Hi Team,
I have two tables date dimension and Store_Sales . For the selected month I need to classify the new and existing stores and there sales trend for last 12 months .
Logic for identifying New & Existing :
If I select the month May 2017 , then stores opened On or prior to May 2016 are "Existing" and stores opened after May 2016 are "New".
I have created logic as below
To get May2016 from the selected month " May 2017" . I have used DATEADD(Date,-12,month) function to create new column as storeClassifydate
IF(StoreOpenedDate>storeClassifydate,"NEW","EXISTING") . But the problem is StoreClassifyDate is recalculating for each date .
I need to save the May2016 as constant value . Is this possible in Power BI .
Thanks,
Solved! Go to Solution.
Thanks smoupre for the reply . I can't hard code the date value , it is dynamic filter .
I used the below logic which worked for me . If Datediff between storeopendate and TxnDate >12 then New else Old .
Thanks
You could just create a measure and set it to May 1st, 2016.
Measure = DATE(2016,5,1)
Thanks smoupre for the reply . I can't hard code the date value , it is dynamic filter .
I used the below logic which worked for me . If Datediff between storeopendate and TxnDate >12 then New else Old .
Thanks
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 |
---|---|
79 | |
79 | |
59 | |
36 | |
33 |
User | Count |
---|---|
92 | |
59 | |
59 | |
49 | |
41 |