Replies: 2 comments 6 replies
-
Have you tried using Power Bi API? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@acarter24 we've built a PowerBI integration for dagster internally, i.e. basically just assets that call the PowerBI API to refresh datasets or data flows. I'd be happy to show you how we did it if you're interested. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using dagster to orchestrate the creation of datasets, but the 'final hop' of pulling the data into PowerBI is being done on a scheduled job, which feels a bit unsatisfying!
It would be great to be able to define a PowerBI dataset by name as an asset (with one or more upstream tables), and see the full lineage. That way a single click of 'materialize' can run the full pipeline from source API to bi dataset, and I can use freshness definitions to trigger a PowerBI refresh more often if volume demands it.
I've searched issues and the slack channel, but couldn't find anything relating to this, either for PowerBI or Tableau. Has anyone built such an integration?
Beta Was this translation helpful? Give feedback.
All reactions