Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
9 |