Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
is there a way to dynamically change the title when everything is filtered? In my scenario I would like to have "all brands" instead of brand a,b,c when everything is selected?
MyMeasures:
Solved! Go to Solution.
Try This Measure
if(isfiltered('DataTable'[Brand]),COMBINEVALUES("Sales Unit for ","",[ChartTitle - Selected Brand]),"What You Want To print"))
You can refer this video :- DYNAMIC TITLES based on SLICER SELECTION in Power BI - Bing video
Note:- Start video from 8:00
If you got your answer mark this as solution
Try This Measure
if(isfiltered('DataTable'[Brand]),COMBINEVALUES("Sales Unit for ","",[ChartTitle - Selected Brand]),"What You Want To print"))
You can refer this video :- DYNAMIC TITLES based on SLICER SELECTION in Power BI - Bing video
Note:- Start video from 8:00
If you got your answer mark this as solution
thank you very much!
I came across the isfiltered function but implemented it incorrectly, now it works.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.