How to create a Power BI report using REST API data
In this article, we will learn how to use a REST API from Power BI to get data for a report.
2022-12-16
24,225 reads
In this article, we will learn how to use a REST API from Power BI to get data for a report.
2022-12-16
24,225 reads
Learn how you can use PostgreSQL data in a Power BI report.
2022-11-14
6,325 reads
Learn a bit about MDX and how you can incorporate it into your Power BI reports.
2022-11-07
13,719 reads
Learn how to use Python code with Azure Data Studio to work with SQL Server data.
2022-10-03
14,331 reads
In this fourth part of the series, we look at various other plot types in Power BI using Python.
2022-09-26
1,436 reads
In Part 3, we look at how to use Python to create more charts for Power BI.
2022-09-19
1,638 reads
This article continues looking at python code in Power BI to produce charts.
2022-09-12
5,971 reads
This article will show you how to use a Powerpoint theme to modify and beautify a Power BI report.
2022-08-22
5,166 reads
This article will show how you can code in Python and produce a chart for Power BI.
2022-08-15
14,209 reads
This article shows how you can incorporate Python scripting inside a Power BI report.
2022-08-01
12,427 reads
By alevyinroc
Thank you for attending my PASS Summit 2025 session Answering the Auditor’s Call with...
By Brian Kelley
Tech conferences aren't just for networking and learning how to address a problem you're...
By DataOnWheels
When I created the website on WordPress, I was expecting all the features I...
Comments posted to this topic are about the item Getting the Schema for Tables
Comments posted to this topic are about the item An Unexciting Exciting Release
Comments posted to this topic are about the item UNLOGGED Tables in PostgreSQL: When...
What happens when I run this on SQL Server 2022 in the AdventureWorks2022 database?
SELECT OBJECT_DEFINITION (OBJECT_ID(N'Person.Person')) AS [Object Definition]; GOSee possible answers