2

I have an application that is specific to a professional group who are not familiar with or trained in constructing visualisations — the Power BI UI is beyond their capability — the interface for my application is customised to lead the user through a series of steps that allow them to specify the question(s) they want answered from their data.

From their input I want to use a rules-based approach to specify the input that can be used by Power BI to generate a specific visualisation, including filters, etc and publish it as an interactive report for the user to interact with.

Has anyone worked out how (if?) the parameters for a visual can be fed to Azure PowerBI API to generate the visualisation and the report in this case?

Peter
  • 31
  • 2

1 Answers1

1

I don't think that it's possible to achieve all your requirements.

But the part about feeding parameters is possibly answered by my post on stackoverflow: Passing parameters to Power BI filter programmatically

Community
  • 1
  • 1
andrew.fox
  • 7,435
  • 5
  • 52
  • 75