Forum Discussion
Identifying State history Count based on date slicer
- 5 months ago
HI ManuBK,
I have recreated your requirement in Power BI using sample data and attached a sample PBIX file for your reference. You may also find the following Microsoft documentation helpful, as it aligns with this approach.
Slowly changing dimension type 2 - Microsoft Fabric | Microsoft Learn
Understand star schema and the importance for Power BI - Power BI | Microsoft Learn
Thank you.
- 5 months ago
HI ManuBK,
Checking in to see if your issue has been resolved. let us know if you still need any assistance.
Thank you.
Hi Kedar_Pande Thanks for your reply .Apologise for late response. I have three questions on above measure
VAR SlicerMin = MIN('Date'[Date]) As this needs to be as calendar date right ?[@State] = SELECTEDVALUE('State'[State]) The bold value is the old state or the new state as when i copy the code and placed in PBI it says Cannot find the name State
And for Calendar date which column has been used for a relationship - Start date or New Start date ?
HI ManuBK,
I have recreated your requirement in Power BI using sample data and attached a sample PBIX file for your reference. You may also find the following Microsoft documentation helpful, as it aligns with this approach.
Slowly changing dimension type 2 - Microsoft Fabric | Microsoft Learn
Understand star schema and the importance for Power BI - Power BI | Microsoft Learn
Thank you.