Forum Discussion
stevedep
5 years agoMemorable Member
Sharing: Use Dynamic SVG for Debugging or Teaching DAX.
Hi all,
I am writing this to share an idea to debug/explain the inner working of DAX code to others. The DAX code generates SVG code that allows us to highlight certain rows. Perhaps these are ...
lbendlin
5 years agoSuper User
The height is not a problem. You can use the HTML5 visual.
What I am looking for is the entire table contents, column headers and all rows, as a SVG image.
- stevedep5 years agoMemorable Member
ah ok, got it!
Great tip, just use an HTML custom visual. Did not think of this. Learning every day! Thanks!