Forum Discussion
BradElmore
7 years agoQrew Assistant Captain
I got this working
- WladimirLlanos7 years agoQrew MemberHow did you do it?
- BradElmore7 years agoQrew Assistant CaptainVery Simple
I created a URL formula field --- and inserted the embedded URL from PowerBI---
and
Then created a formula Rich text field with the following formula: (see Dan's Pastie)
"<img data-url='" & [URLformulafield] & "'" &
" src onerror='
(async () => {
var url = this.dataset.url;
this.outerHTML = '<iframe src=${url} width=700px height=600px></iframe>';
})();
'>"