March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
32 | |
24 | |
13 | |
11 | |
9 |
User | Count |
---|---|
47 | |
46 | |
23 | |
12 | |
9 |