Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello guys!
Anyone used Flow to refresh a dataset in Power BI?
I've created a new flow using a recurrent time (each 5 minutes), to get rows in SQL Server and update a dataset in Power BI, this way:
Everything ok in the first two steps, but when adding lines to a dataset I got an error.
JSON output:
Error:
My dataset in PowerBI:
Observation: I'm getting only the column "cod_solicitacao" from the table, but how the output written these two other columns, I put them in the dataset definition, but I got the same error.
Any tips?
Thanks!
Solved! Go to Solution.
@v-jiascu-msft and @GilbertQ, thanks for your answers!
This was my first time testing Flow and I had not associated the selected column to the respective field in the dataset.
I found this cool tutorial where I could see where was the problem...
https://www.youtube.com/watch?v=B4dCLtQ53pA
Thanks!
@v-jiascu-msft and @GilbertQ, thanks for your answers!
This was my first time testing Flow and I had not associated the selected column to the respective field in the dataset.
I found this cool tutorial where I could see where was the problem...
https://www.youtube.com/watch?v=B4dCLtQ53pA
Thanks!
Hi @CoboleiroBr,
According to my test, the other two columns will be null if they can't be fetched from the database. Maybe you should check the number of the fields of your table and the dataset as @GilbertQ said.
Best Regards!
Dale
Hi @CoboleiroBr
The first thing that I would ask is to ensure that the data types from SQL Server and then after you modify the data are the same as what is set in your Streaming data set?
Then it appears in your image that there are possibly 4 columns whilst in the json below it only has 3 rows.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
26 | |
20 | |
18 | |
14 | |
11 |
User | Count |
---|---|
32 | |
20 | |
19 | |
18 | |
11 |