Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
How to hide the Export options in PowerBI Paginated report. show only word in Export option. hide all other options.
Thank you for reply. I was trying to make changes in Report level, not at the tenant level
There are no properties for blocking certain export formats at the report level. But one possible work around is to set the visibility properties of your report objects using an expression that references the chosen render format. Then you could also have a text box with a message saying that exporting to Word is the only supported format and have that be visible if a supported render format was not chosen.
A visibility expression like the following would make an element visible in Report Builder (RPL) or the Web view (JSONRPL) or when exported to Word (WORDOPENXML)
=Globals!RenderFormat.Name = "RPL" OR Globals!RenderFormat.Name = "RPL" OR Globals!RenderFormat.Name = "WORDOPENXML"
The only downside for this is that you would still run the queries for the report.
In the service you can turn off these options in the Admin Portal, but this applies globally to all report types
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
42 | |
26 | |
23 | |
20 | |
17 |
User | Count |
---|---|
54 | |
43 | |
24 | |
21 | |
20 |