MicrosoftDocs / mslearn-route-and-process-data-logic-apps

Repository for Microsoft Learn module: Route and process data automatically using Logic Apps
Creative Commons Attribution 4.0 International
7 stars 12 forks source link

power bi dataset not getting updated/refreshed through Logic Apps #3

Closed pulakkumar599 closed 4 years ago

pulakkumar599 commented 4 years ago

Hi,

I have an azure account. Within that azure account I created a Active Directory (another tenant). I used this new active directory to sign up for power bi, I was also successful signing in.

After that I created Event Hubs and Logic Apps as a part of my application using my Default AD directory, not the newly created azure active directory (that is only used to sign in into power bi).

Now in my Logic Apps I am trying to use "Add rows to dataset (Power BI)". This condition is getting satisfied and the status is showing as status-code: 200.

But when I login into my power bi account (which is of course created using the new Active Directory account) I am not able to see the refreshed data in my streaming dataset. Also the streaming dataset refresh status says it was refreshed (the time when it was created).

Please help me out on this as soon as possible.

Thanks, Pulak