Forum Discussion
embedding a webpage in a report
- Anonymous4 years ago
Hi Anonymous ,
The generated HTML format needs to be created in the form of a Calculated column.
HTML = "<iframe src=" & 'Table'[URL] & "></iframe>"
In addition, which html visual you are using, some visualizations may have some functional limitations such as below.If the problem is still not resolved, please point it out and provide related operation screenshoots. Looking forward to your feedback.
Best Regards,
Stephen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
The generated HTML format needs to be created in the form of a Calculated column.
HTML = "<iframe src=" & 'Table'[URL] & "></iframe>"
In addition, which html visual you are using, some visualizations may have some functional limitations such as below.
If the problem is still not resolved, please point it out and provide related operation screenshoots. Looking forward to your feedback.
Best Regards,
Stephen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.