Forum Discussion
Automatically updating the header section in multiple pages
So, there's always only 1 project title for all the pages? The pages never have different projects at the same time? You can create a manual table, call it "Project Title" or something, with one column, one row, which holds your project title. Then create a measure, Project Title = MAX( 'Project Title'[Project Name] ). Then you can use this measure in a Card visual or something.
CoreyP creating a measure still doesn't solve what the author was trying to do because he needs to manually add the visual for all 30 pages manually. I have a similar problem right now, I need to display a disclaimer note throughout my powerbi app containing multiple dashboards and many pages, we need to add a disclaimer saying "its not validated data, use it for information purpose only". Is there any way either on powerbi desktop or service apps to add this note so the audience will always see the note ? Thank you