Mount MAIDR inside a Power BI custom visual.
Nothing is navigable until the first PowerBIBinding.update; call it from the visual's update() with options.dataViews[0].
update()
options.dataViews[0]
The element Power BI handed the visual's constructor (options.element). A wrapper is appended to it; nothing else is touched.
options.element
What the visual draws, and how MAIDR reports back.
The binding.
Mount MAIDR inside a Power BI custom visual.
Nothing is navigable until the first PowerBIBinding.update; call it from the visual's
update()withoptions.dataViews[0].