Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi
I have a slicer with dates, where I can select only one value.
Then I want to show a measure rolling year (12months before) for selected date and for date a year ago.
my table for slicer is date table and also I have my table with data and column "date" format.
Please help me to write how to choose these dates in filter. Many thanks
So, what you will want to do is to make sure that your date table is NOT related to your fact table. Use the date table for the slicer. Then, you will need to write a measure that gets the MAX of your date table and only returns a value if the current date is within your 12 month window, otherwise BLANK. Use the date from your fact table and measure in your visual.