Forum Discussion
TEXTO
- Anonymous2 years ago
Hi Anonymous
Thank you very much rajendraongole1 for your prompt reply.
To create dynamic headers that change based on the filters applied, you can use expression-based headers in Power BI. Here's a step to set it up:
Create a measure. Write a DAX formula that returns the required text according to the slicer. Such as
Measure = "Title: " & SELECTEDVALUE('Table'[Title])Select card viusal. Go to the Visualizations panel and expand the General section.
Activate the Title option. Next to the title text field, click the Conditional Format (fx) icon.
In the dialog box that appears, select the title Dynamic measure you created and click OK.You can view the link below for more details:
Expression-based titles in Power BI Desktop - Power BI | Microsoft Learn
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous
Thank you very much rajendraongole1 for your prompt reply.
To create dynamic headers that change based on the filters applied, you can use expression-based headers in Power BI. Here's a step to set it up:
Create a measure. Write a DAX formula that returns the required text according to the slicer. Such as
Measure = "Title: " & SELECTEDVALUE('Table'[Title])
Select card viusal. Go to the Visualizations panel and expand the General section.
Activate the Title option. Next to the title text field, click the Conditional Format (fx) icon.
In the dialog box that appears, select the title Dynamic measure you created and click OK.
You can view the link below for more details:
Expression-based titles in Power BI Desktop - Power BI | Microsoft Learn
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.