title
4 TopicsChange the Browser title for PBIRS
I've done some digging for both PBIRS and SSRS and can't seem to find any information on whether it's possible to change the Browser title for PBIRS. You can change the site name, and play with the branding, but I can't figure out how to change the actual browser title that shows up on browser tabs and bookmarks. The title is always in the format of "Folder - Power BI Report Server", for example, "Home - Power BI Report Server". I'm seeking to have it be something like "Folder - Name of System" so that our users are more familiar with it and it accurately reflects our branding. I welcome any help and thoughts - this is really a head scratcher?!Solved6.5KViews0likes9CommentsHelp - DAX Measure for Dynamic Chart Title with DrillDown
Dear Experts, I am trying to create the below measure but it is not working. Measure - Test Chart Title = Var MonthPart = SELECTEDVALUE('Time Day'[Month_Year],"Current Month") Var Geography = IF( ISFILTERED('PS Location'[COUNTRY], SELECTEDVALUE('PS Location'[COUNTRY]), "" ) return "Country Wise" & Geography & MonthPart Geography is not returned in this measure. Please help.Solved1.3KViews0likes2Comments