deneb-viz / deneb

Deneb is a custom visual for Microsoft Power BI, which allows developers to use the declarative JSON syntax of the Vega or Vega-Lite languages to create their own data visualizations.
https://deneb-viz.github.io
MIT License
183 stars 15 forks source link

v1.7: PDF export not working #477

Closed dm-p closed 1 month ago

dm-p commented 1 month ago

From #476 by @code4578:

Thanks for the amazing work which is much cooler and easier.

I am also facing the same issue. I am unable to export to pdf from Power BI Service. The pdf is just blank.

Thank you for your support

@code4578, thanks again for reaching out and reporting the issue. Can you please provide the following details so that I can investigate:

dm-p commented 1 month ago

I've been speaking with @code4578 offline about this, and we currently observed the following behavior:

The current hypothesis is that:

For now, the workaround is to avoid publishing specifications containing comments.

dm-p commented 1 month ago

I am now on 1.7, have published a report containing comments in my JSON and can successfully generate a PDF, so I'm confident that this issue is resolved. @code4578: can you please confirm for your end?

code4578 commented 1 month ago

Now I can confirm that the "Export to PDF" option is working with JSON comments on PowerBI service (with 1.7). Now that we have the comments feature, it is easier to work with colleagues, giving them ideas, on what these fields/specs are for. Thanks so much for looking into this @dm-p

dm-p commented 1 month ago

Awesome - great to know everything has caught up!