Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have this table with graphics titles, cards and filters for each language (Spanish and Portuguese).
I'm new to DAX how can I create a measure that dynamically changes the title of this chart as I filter the page by "ES" or "PT" (Spanish or Portuguese, respectively?
Solved! Go to Solution.
Hey @matalb,
You can create a Calculated Column using the SWITCH function:
Dynamic Title =
SWITCH (
'Graphics Table'[variable],
"1st graph title", 'Graphics Table'[text]
)
Then click on your visual, go to Title text, and click the function key.
Find the new calculated column and click it.
Hope this helps.
Proud to be a Super User!
Hey @matalb,
You can create a Calculated Column using the SWITCH function:
Dynamic Title =
SWITCH (
'Graphics Table'[variable],
"1st graph title", 'Graphics Table'[text]
)
Then click on your visual, go to Title text, and click the function key.
Find the new calculated column and click it.
Hope this helps.
Proud to be a Super User!
any idea? help!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |