Forum Discussion
Export to PowerPoint (Preview) feedback
Hi guys.
I don't see that option, why?
Do I need to apply for it or something like that?
Greetings.
https://powerbi.microsoft.com/de-de/blog/export-power-bi-report-to-powerpoint-preview/
- Fraukje8 years agoAdvocate II
Hi tabar,
Are you indicating there is an option to disable embedded links? I would be really interested to find out where this is exactly! Could you let me know where exactly this can be found?
- tabar8 years agoHelper I
I do not really know if you mean hyperlinks? By the way you can just delete all the links from pictures in power point with some macro. For example create a macro and copy these codes and run it:
Sub DeleteLinks()
Dim oSl As Slide
Dim x As LongFor Each oSl In ActivePresentation.Slides
For x = oSl.Hyperlinks.Count To 1 Step -1
oSl.Hyperlinks(x).Delete
Next
NextEnd Sub
- JonatanNG8 years agoRegular Visitor
tabar My report is already on the Power BI Online :/ and I dont have that option in any of my reports.
The screenshot is in spanish but u can see the icons.- Fraukje8 years agoAdvocate II
Hi JonatanNG
Please note that this is really not about how to make a PowerPoint. And what was described earlier (setting a macro) is not a setting in PowerBi, but rather something within any Office program. For example check out here: http://www.pptfaq.com/FAQ00944_Delete_all_hyperlinks_in_a_slide_presentation.htm
This is about the problem that occurs when you have made a PowerPoint from a PowerBi report, that within that PowerPoint it will always have embedded links. So if you open up the PowerPoint and hover over a graph with your mouse, it will show the link to the PowerBi report.
Any suggestions for a non-technical work-around to not have those embedded links are much appreciated.
- tabar8 years agoHelper I
It is really awkward. Do you have the latest version of the Power BI desktop? Otherwise write an email to the developers: [email protected]