Forum Discussion
Anonymous
6 years agoNot applicable
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 na...
- 6 years ago
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.
Anonymous
6 years agoNot 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.
- Anonymous6 years agoNot applicable
Thanks for reply.
Could you please help with example. In my report am using direct query to get data and preparing report.