Forum Discussion
stevedep
Memorable Member
5 years agoSharing: 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
Super User
5 years agoThe 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 ago
Memorable Member
ah ok, got it!
Great tip, just use an HTML custom visual. Did not think of this. Learning every day! Thanks!