I have a powerapps-tile in my power bi Dashboard. In this powerapps tile i can request data from a REST-API. Now I want to live-visualize the data in the power bi dashboard.
Are there any good and simple way to get this done? Is it a good idea to parse the json data into a collection? How can I transfer the data to the power bi Dashboard?
Notice: The reason, why i want to use the Powerapps-tile is so that the user can send a custom API call with specific parameters.
Thanks in advance!