0

I want to access a Power BI dataset (or few columns of it) in Power App.

Whenever I'm trying to add Data Connection -> Select PowerBI (Preview) -> Type in my PowerBI credentials, then under Data, PowerBI is visible, but I cannot select it!

shankar
  • 1
  • 1
  • 4

2 Answers2

0

You cannot do more than this using the connector. Read more

After adding connector, you can go ahead and add a PowerBI tile from controls in a screen. Then choose a Workspace - Dashboard - Tile.

enter image description here

enter image description here

0

You could use the Power BI connector (https://learn.microsoft.com/en-us/connectors/powerbi/#actions) and one of the following actions:

  • Run a json query against a dataset
  • Run a query against a dataset

You may need to call these via a Power Automate flow to translate the response properly.

ScottB
  • 1,363
  • 2
  • 14
  • 24