Forum Discussion
Change graph/tile title automatically
Hello,
I have an existing report with more than 20-30 exact same tabs.
I have to change some of the graphs titles and those titles are hard coded at the moment.
Is there a quick way to chnage them rather than doing in each tab and graph?
Thank you.
I don't really recommend this but it's possible to text-edit the Report/Layout component of the PBIX file to do e.g. a search and replace on specific titles.
See here for more detail on this hacky approach:
https://www.fourmoo.com/2017/05/02/what-makes-up-a-power-bi-desktop-pbix-file/
3 Replies
- AlexisOlsonSuper User
I don't really recommend this but it's possible to text-edit the Report/Layout component of the PBIX file to do e.g. a search and replace on specific titles.
See here for more detail on this hacky approach:
https://www.fourmoo.com/2017/05/02/what-makes-up-a-power-bi-desktop-pbix-file/
- parry2kSuper User
Anonymous better to create a measure for a title and use that in the title instead of fixed text, and that title can be dynamic based on certain selection or whatever business logic you have, and this will help in case you add more pages in the future or need any change.
I guess you have to go thru exercise one and then it will be smooth.
✨ Follow us on LinkedIn and to our YouTube channel
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.
- AnonymousNot applicable
Thanks parry2k .
I had that method in my mind but this report is old and I am just wondering if there is a way to make it faster but thanks anyway.