report visibility
4 TopicsPaginated Report Builder Treemap Issues
We've been working with Treemaps in Paginated Report Builder and encountered a challenge: How can we remove the category field name that appears in the top left corner of the visualisation? After a lot of trial and error, our team managed to hide it using the following expression in the Data Label Visibility property: =IIf(Count(Fields!PSA_Assets_AssetName_.Value)>1,true,false) Strangely, this only works with >1. If we try >0 or even >0.9, the label remains visible. We consider this more of a workaround than a proper solution — especially since, when a manufacturer only has one asset, this method hides both the manufacturer name and the count, which is not ideal for reporting clarity. Has anyone found a more robust or elegant solution to this issue? Thanks in advance! Martina Cahya Pratiwi Business Intelligence Analyst www.teamlogix.com.auSolved1.3KViews1like5CommentsPower BI Report Server Export to PDF + Visibility Toggle
Hej, I hope this wasn't asked before but I did not find anything about it. I do have a Report Builder Report where visibility can be toggeled through the row group above BUT I also need it to show everything when exported to PDF - using =IIf(Globals!RenderFormat.Name = "PDF", False, True) as expression As for my problem: I go to preview and the report is shown, toggles work. As long as I don't expand anything in the report, the PDF Export works fine and everything is shown. BUT as soon as I expand something the PDF Export is missing those rows. I kinda came to the conlcusion that the toggle overwrites my expression and I haven't found any way to make this work. In short what I need is: PDF Export showing everything Toggle for Report Builder still working Thanks in advance if you have any idea how I could make this work!Solved856Views0likes3CommentsEmbeeded report visibility
Hello, I have one question becasue would like to be sure that I understand correctly. If I use an option Embed the report -> publish on the Internet I will get a warning window which inform that the report can be shown also in other pages. My question is: does the Microsoft has an access to this report, can display it somewhere or it is possible from them only if I will share the embeeding code? Is it public by the definiton or I do have to share a code? I'd like to create an code and put it only in our company's IntranetSolved2.2KViews0likes6Comments1st Page randomly not returning for Users
I have a Power BI report with 4 pages. The first contains various slicers and filters then 3 pages of different views of the Data. Randomly the user is not able to get back to the first tab. It does underline the Page name in Yellow but the Page is not displayed. They can click through the other pages. It does not happen every time. Is there some setting or refresh I could use as opposed to exiting and reentering the report?518Views0likes0Comments