0

actually i m working on a react app and want to send data in api body from the front end to an existing powerbi service report. and what i want is that the new data (that i send in body) should replace the existing data in the existing powerbi report and should refresh it.

I have searched a lot in their docs. They have Post APIs to refresh report and to replace data of one report to another, but unfortunately i could not find any apis that take json data value and replaces the data of current report with the new data or creates a new report based on json data.

I'm working on a react app and want to send data in api body from the front end to powerbi service report. and what i want is that the new data (that i send in body) should replace the existing data in the powerbi report and should refresh it.

I just wanted to know is it even possible with powerbi service or with power automate?

1 Answer 1

1

There's no way to do this as you describe.

The API could save the data into a database that supports DirectQuery then use the report export API passing a filter to reference the data you just inserted.

Or perhaps you can use a Push Dataset.

Sign up to request clarification or add additional context in comments.

1 Comment

thanks. but do you mean we can create a report from data we got from the SQL server via API call? pl let me know if we can do it.. also see if we can do this too or not? stackoverflow.com/questions/75293799/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.