Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
21 | |
20 | |
19 | |
13 | |
12 |
User | Count |
---|---|
42 | |
28 | |
23 | |
22 | |
22 |