Forum Discussion
Title Change
Hello All,
I am using Power Bi desktop to create reports.
For title of report I am using following code:
Monthly Mail Volume Fiscal Year 2021-2022
Monthly Packages of Feb, Mar, Apr, May"Monthly Mail Volume Fiscal Year 2021-2022"
Any help will be appreciated.
Thanks
1 Reply
- AnonymousNot applicable
Hi sdhn
I think the logic of your code is to return different titles based on counting of month you select in slicer, if you select all 12 months, title will return "Yearly Analysis", if you select part of them, title will return "Monthly Packages of...,...,... .
I couldn't find "Monthly Mail Volume Fiscal Year 2021-2022" in your code. If you only want to get a defined title, you can change your code to return a text :Monthly Mail Volume Fiscal Year 2021-2022, or change your title directly.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.