Multiple Relationships on the same Table in a Power BI Data Model
This article will cover how to create multiple relationships between the same tables in Power BI to build the data model you need.
2023-06-12
This article will cover how to create multiple relationships between the same tables in Power BI to build the data model you need.
2023-06-12
Learn how to build and format a Sankey Chart using Power BI along with step-by-step instructions.
2023-02-27
Learn how you can use Power BI to forecase the future trends of data.
2025-05-26 (first published: 2023-02-27)
50,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
23,876 reads
Learn how you can use PostgreSQL data in a Power BI report.
2022-11-14
6,276 reads
Learn how to refresh a Power BI dataset by integrating Power Automate into the report.
2022-11-11
Learn a bit about MDX and how you can incorporate it into your Power BI reports.
2022-11-07
13,490 reads
Business Intelligence Architect, Analysis Services Maestro, and author Bill Pearson introduces five DAX Time Intelligence functions related to Dates: DATESBETWEEN(), DATESINPERIOD(), DATESMTD(), DATESQTD(), and DATESYTD(). He discusses the syntax, uses and operation of each, and then provides hands-on exposure to the functions in Power BI.
2024-01-16 (first published: 2022-11-02)
2,158 reads
In this fourth part of the series, we look at various other plot types in Power BI using Python.
2022-09-26
1,414 reads
In Part 3, we look at how to use Python to create more charts for Power BI.
2022-09-19
1,623 reads
By John
Failing to plan is planning to fail. When organizations first begin implementing Azure networking,...
By Steve Jones
As I use containers more and more to run various things, I decided I...
By Kevin3NF
Old Reliable Still Matters If you’ve been around SQL Server for a while, you’ve...
I maintain an application written years ago, where the database is on a Windows...
I’m working on a jewelry e-commerce project and need advice on designing an efficient...
Comments posted to this topic are about the item The Duplicate Cursor
Can I run this code:
DECLARE ANewTable CURSOR FOR SELECT * FROM ANewTableSee possible answers