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
22,684 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
22,684 reads
Learn how you can use PostgreSQL data in a Power BI report.
2022-11-14
6,088 reads
Learn a bit about MDX and how you can incorporate it into your Power BI reports.
2022-11-07
12,487 reads
Learn how to use Python code with Azure Data Studio to work with SQL Server data.
2022-10-03
13,886 reads
In this fourth part of the series, we look at various other plot types in Power BI using Python.
2022-09-26
1,369 reads
In Part 3, we look at how to use Python to create more charts for Power BI.
2022-09-19
1,587 reads
This article continues looking at python code in Power BI to produce charts.
2022-09-12
5,841 reads
This article will show you how to use a Powerpoint theme to modify and beautify a Power BI report.
2022-08-22
5,109 reads
This article will show how you can code in Python and produce a chart for Power BI.
2022-08-15
13,897 reads
This article shows how you can incorporate Python scripting inside a Power BI report.
2022-08-01
12,203 reads
By James Serra
There are three Azure SQL products with so many different deployment options, service tiers,...
By Steve Jones
I hosted this month’s T-SQL Tuesday party with my invitation asking about tracking permissions....
By Steve Jones
I was asked to do some a little thinking and brainstorming recently. Rather than...
Hi, Does anyone have experience with MEMORYBROKER_FOR_RESERVE ? when suddenly there is somehow constantly...
I just learned that my database was created on my C:\ drive in the...
I am needing to migrate a MSSQL db to MySQL, on a different server...
I have a complex database with a few filegroups and files. Can I run a backup command like this? (assume file/filegroup names are valid).
BACKUP DATABASE [complex] FILE = N'thirdone' , FILE = N'thirdtwo' , FILEGROUP = N'second' TO DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL16.SQL2022\MSSQL\Backup\complex.bak' WITH NOFORMAT, NOINIT, NAME = N'complex-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10 GOSee possible answers