Updating the PBIReport.JSON file with the Power BI Performance load testing Values
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...
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, ...
I would like to start off because I am by no means a Python expert. I have been learning Python for about 2 years 😊 This is the first blog po...
The default option to rebind a Power BI report is to use the Power BI REST API. This works well, but for a lot of people this can be quite int...