Is it possible to link to a different workload item? #144
-
We would like to add a link in our workload item that links out to a semantic model still within Fabric. Is this possible within the current framework? The iFrame doesn't have the allow-top-navigation or allow-popups sandbox controls which I believe means we can't use a regular hyperlink. The docs say that the Is my understanding correct? Is there another way we can achieve this? We're looking for something similar to the open new notebook button you have in the lakehouse workload: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @q-benwillis , this experience is currently not supported, no ETA. Regarding iframe - yes, it is sandboxed and with 'allow-same-origin' and 'allow-scripts' attributes only. |
Beta Was this translation helpful? Give feedback.
Hi @q-benwillis , this experience is currently not supported, no ETA. Regarding iframe - yes, it is sandboxed and with 'allow-same-origin' and 'allow-scripts' attributes only.