Forum Discussion
Dataflow connection using power bi gateway
- 1 year ago
I tried the solution proposed above and it didn't resolve my issue. I was also testing the connection using get data in power bi report builder and that did eventually work but hit a blocker that power bi gateway connection is not supported yet. Couldn't get dataflow to connect at all but I believe I would ran into the same issue on tool limitation so we decided to design a rest api for the dataset and connect via web api so we could take advantage of the transformations offered by power bi which was always the goal.
Thanks for all the response.
Hi Ledi,
We would like to inquire if the solution offered by rohit1991has resolved your issue. If you have discovered an alternative approach, we encourage you to share it with the community to assist others facing similar challenges.
Should you find the response helpful, please mark it as the accepted solution and add kudos. This recognition benefits other members seeking solutions to related queries.
Thank you.
No, it did not resolve it. We've also moved on using other options. I was exploring this because I wanted to use it in power bi report builder. Turns out power bi gateway connection is not supported so moved to other options by creating endpoint on the data and calling an api instead and take full advantage of the power bi transform available which is what I needed in going this route in the first place.