Python Script to get Data for Power BI

For a recent meetup I wanted to query the website predithq. They have a dataset of events and I wanted to use this data in a meetup. Unfortunately Power BI isn’t compatible with the API this provider uses. They use a 308 Permanent redirect as the initial response, requiring an additional request. After a bit […]

Using an R Dataframe as a Power BI source

Power BI can use a wide variety of data sources. This is one of the things that makes it very powerful. In this post I show how you can use an R script as a data source. If you have folks in your team that can program R you can take advantage of the power […]