The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello,
I have visuals that will change depend on a date filter.
The issue is that for each visual I have some notes. How can I show different notes when changing dates filter
Can Anyone help?
Thank you!!!
Solved! Go to Solution.
you can add a blank button and add dynamic text using fx directed to a measure that will adapt the text dinamically based on the selectedvalue of the slicer.
@Nissa23 The Most Amazing, Mind Blowing Dynamic Slicer Titl... - Microsoft Fabric Community
Take a look at the Enlighten Data Story visual (Enlighten Data Story (microsoft.com)). you could create a table that has the data slicer (relate this to your date dimension) and a column that has the text you want to display. It is a bit of a work around but it should work if I understand your scenario correctly.
you can add a blank button and add dynamic text using fx directed to a measure that will adapt the text dinamically based on the selectedvalue of the slicer.