In this post, I will first share how to create a standalone Power Apps application that works with Microsoft Fabric SQL Database and then show embedding options for enabling writeback in Power BI and automatic page refresh to see results in near real time.
Tag: PowerBI
Updating Microsoft Fabric Warehouse with Power Apps visual in Power BI
Writeback to Microsoft Fabric Warehouse using Power Apps and Power BI
Slides from my “Intro to Power Apps and Power BI” session at DataWeekender
Here are my slides from my presentation at DataWeekender on 11/4/2023 are posted here. Beginners-Guide-to-Power-Apps-and-Power-BI-DataWeekender-CU6.5-2023Download https://www.dataweekender.com/schedule
Slides for Intro to Lakehouse in Microsoft Fabric
Here are the slides for my Intro to Lakehouse in Microsoft fabric. If you are new to Microsoft Fabric, check out my post here for an intro. Introdcution-to-Lakehouse-in-Fabric-2023-09-11-Shabnam-Watson-2Download I will upload sample notebooks later today and update this post.
Incremental Refresh for Power BI datasets based on a numeric column (Year): Working with Parquet/Delta files in Azure Synapse Analytics
The most common scenario for setting up the out of the box incremental refresh in Power BI is to base it off of a datetime column; however, there are cases when you may want to set up incremental refresh based off of a column with a data type other than datetime. Examples are when you … Continue reading Incremental Refresh for Power BI datasets based on a numeric column (Year): Working with Parquet/Delta files in Azure Synapse Analytics
Exploring Automatic Partition Maintenance in Power BI datasets with Incremental Refresh, using EffectiveDate parameter
During one of my presentations on Incremental Refresh (IR) in Power BI, someone asked what happens during a Power BI automatic partition maintenance window when Power BI has an opportunity to merge smaller partitions into larger ones. Does Power BI use the data that is already imported into Power BI for the smaller partitions and … Continue reading Exploring Automatic Partition Maintenance in Power BI datasets with Incremental Refresh, using EffectiveDate parameter
How does the DirectQuery partition of a Hybrid table in Power BI get used in queries?
While I was tracing some Power BI datasets with Hybrid tables, I noticed that that the DirectQuery partition of a Hybrid table is used in all queries submitted to the Hybrid table, whether or not they are asking for data from that Direct Query partition. On first look, this does not look good because Power … Continue reading How does the DirectQuery partition of a Hybrid table in Power BI get used in queries?
Error running a SQL Server Profiler trace for a Power BI dataset: Either the trace with the ID of ‘MicrosoftProfilerTrace1667261566’ does not exist …
I was trying to trace a dataset I had published to Power BI service using SQL Server Profiler and I was getting this error: Either the trace with the ID of 'MicrosoftProfilerTrace1667261566' does not exist in the server with the ID of 'autopremiumhostnorthcentralus001-081', or the user does not have permissions to access the object. For … Continue reading Error running a SQL Server Profiler trace for a Power BI dataset: Either the trace with the ID of ‘MicrosoftProfilerTrace1667261566’ does not exist …
Incremental Refresh and Hybrid Tables in Power BI
Here is a short video that shows you how to set up incremental refresh with or without the hybrid option in Power BI. https://www.youtube.com/watch?v=CDJ3s4v7Fsg&t=458s
A look at automatic partition maintenance by Power BI Service for datasets with Incremental Refresh
In this post, I am going to look at automatic partition maintenance by Power BI service for datasets with Incremental Refresh and focus on what happens to the partitions as time goes by. To do this, I am going to set up a couple of sample datasets with different Incremental Refresh (IR) policies with and … Continue reading A look at automatic partition maintenance by Power BI Service for datasets with Incremental Refresh