A library for authoring Power BI reports while embedded into your apps. Provides service which makes it easy to change report and visual elements in session. It gives APIs such as creating visual, changing visual properties, etc ...
Sorry I made a mistake - I had updated the Power BI client library but the browser was still serving a cached version of the older version. The method is in the core library, not this authoring library.
Apologies if I've completely misunderstood this, but how do I access the
addPage()
method as documented here https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/page-operations#add-a-pageI thought it was an extension applied to the core client library implemented within this library but it doesn't seem to be?