Forum Discussion
PowerBI report filtering and Refresh
Hi Team,
1) is there a way we can filter report via API and integrate them in the tile.
( i am able to successfully integrate the report into api and see PowerBI filters in it),
but if i want to pass the filter via API itself , is it supported at this point.
2) can we refresh the data in powerBI via api call , such that the application always shows the latest data.
Thanks in advance
Regards,
Anand Prasad.
2 Replies
- djnwwImpactful IndividualHi,
1. I don't know the answer to this, but I believe it is 'no'
2. Yes, you can refresh your data in real time or as required by pushing the data via REST API.
Regards,
Daniel- AnandPrasad27New Member
Thanks Dan for quick reply
for #2 , my source is SQl analysis services , my client application is consuming this report, i want to trigger a refresh from SSAS to PowerBi to ensure latest data is visibite to user
( autorefresh from SQL analysis services to powerBI is not ideal for this scenario, thus i am exploring a way to trigger refresh from API)