The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello everyone
I'm developing a custom visual where I have a custom dialog box, that I implemented by following the official tutorial:
https://docs.microsoft.com/en-us/power-bi/developer/visuals/create-display-dialog-box
The dialog woroks correctly, however I noticed an annoying problem: the visual's main stylesheet ("style/visual.less") seems to have absolutely no effect on the contents of the Dialog Box.
I was able to work around this by injecting a <style> tag as a string directly in the iframe's head, but it feels like a hacky solution... is there a proper way to provide a dedicated stylesheet for the Dialog Box?