Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Solved! Go to Solution.
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.
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 , refer if this can help
Dynamically change chart axis in Power BI
https://www.youtube.com/watch?v=6jeSIRpjv0M
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.
Thanks for reply.
Could you please help with example. In my report am using direct query to get data and preparing report.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.