Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
30 | |
26 | |
23 | |
20 | |
15 |
User | Count |
---|---|
56 | |
37 | |
28 | |
24 | |
21 |