Forum Discussion
How to change header column name based on filter input
Hi Team,
Have input filter like bellow
in above screen , when i select filter as week wise am getting column names also week wise
when i changed to month , i got column names as month name .
please help on this issue.
Hi Anonymous ,
Please refer to these documents:
Expression-based titles in Power BI Desktop;
Dynamic Chart Titles In Power BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
4 Replies
- AnonymousNot applicable
HI Anonymous
I would use the cards if it is required.
create a measure as below.
measure1 = SELECTEDVALUE(table[column name of the filter])
and display it in a card for each required data point.
- AnonymousNot applicable
Thanks for reply.
Could you please help with example. In my report am using direct query to get data and preparing report.
- amitchandakSuper User
Anonymous , refer if this can help
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M - IceyCommunity Support
Hi Anonymous ,
Please refer to these documents:
Expression-based titles in Power BI Desktop;
Dynamic Chart Titles In Power BI.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.