Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Report Real Time API Dataset Doesn't Automatic Refresh

Hi there,

 

I have this difficulty and I look around for a solution but I still get nothing.

 

I have created a real-time dataset that is guided by this link:
https://learn.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming
I'm using Power BI Rest API to push data. The API data is successfully working. I run the API using Postman.
But after posting the API body I realize that the report is not updated. I need to manually click the update button to get updated data. Any help with this issue?
The only issue that I found similar to me is this. But what they are concerned with is about datetime format.

I've done exactly the same as that thread does but still no luck. Even I enter the payload from the realtime dataset example but result in nothing.

 

[
  {
    "time" :"2023-02-08T16:30:22.856Z",
    "price" :98.6,
    "qty" :98.6
  }
]
 
Thanks,
 
Teddy
Status: Needs Info

Hi @teddy_smsp 

Which API you use to push data to streaming dataset ?

 

Best Regards,
Community Support Team _ Ailsa Tao

Comments
v-yetao1-msft
Community Support
Status changed to: Needs Info

Hi @teddy_smsp 

Which API you use to push data to streaming dataset ?

 

Best Regards,
Community Support Team _ Ailsa Tao

teddy_smsp
Regular Visitor

Hi @v-yetao1-msft 

I'm using push data API from this guide
https://learn.microsoft.com/en-us/power-bi/connect-data/service-real-time-streaming#use-the-streamin...
The push data API look like this:

https://api.powerbi.com/beta/xxxxx/datasets/yyyyy/rows?key=zzzzzz
All that I've done just exactly like the guide above.

Thanks,
 
Teddy