Download any Power BI Report from the Power BI Service
I am sure we have all had it where there is Power BI report in the service which has been working for a long time. Then there is a requirement...
I am sure we have all had it where there is Power BI report in the service which has been working for a long time. Then there is a requirement...
This is the final part of my blog series for Power BI Performance testing, where I will finally run the Power BI Performance Load testing usin...
In the 3rd part of my blog series on Power BI Performance testing, we are now going to take all the values we complete in the previous blog po...
When completing the Power BI performance load testing, you will need to get details from your Power BI report and App Workspace, which will la...
It is becoming increasingly important to understand how the Power BI reports/Semantic Model that are being used in your organization are perfo...
In this blog post I am going to explain how to loop through a data frame to query data and write once to a Lakehouse table. The example I will...
In this blog post I am going to explain how to query multiple Lakehouse tables into a data frame. The example I am going to use is when you wa...
In this blog post I am going to explain how to use a Python Notebook using the Semantic Link module, to run a DAX query and write the output t...
In this blog post I am going to explain how to use SQL Code to write to Delta Tables in a Microsoft Fabric Lakehouse. If you are interested in...
I come from a TSQL background, so using SQL makes it easy for me to work with data. There are multiple ways to use SQL in a PySpark notebook, ...