Forum Discussion
How do I make my Power BI reports automatic
- 2 years ago
Hi Sirhawk3017, to automate your Power BI reports using REST APIs, start by learning how to send HTTP GET requests to retrieve data and import it directly into Power BI using the "Get Data" > "Web" option.
Did I answer your question? If so, please mark my post as the solution!✔️
Your Kudos are much appreciated! Proud to be a Responsive Resident!
Hi Sirhawk3017, to automate your Power BI reports using REST APIs, start by learning how to send HTTP GET requests to retrieve data and import it directly into Power BI using the "Get Data" > "Web" option.
Did I answer your question? If so, please mark my post as the solution!✔️
Your Kudos are much appreciated! Proud to be a Responsive Resident!
- Sirhawk30172 years ago
Helper II
thanks so much for the quick reply! So I don't need to create a server?
- ahadkarimi2 years ago
Solution Specialist
Sirhawk3017 My pleasure! No, you don't need to create a server; you can connect directly to the REST APIs and import the data into Power BI without the need for a server.