Power BI

Power BI

7501 bookmarks
Custom sorting
Troubleshooting automatic aggregations to optimize DirectQuery performance
Troubleshooting automatic aggregations to optimize DirectQuery performance
We have some very exciting news to share with you today! We are thrilled to announce that we have just launched the public preview of Direct Lake mode for Power BI datasets in Fabric! Fabric is taking a bold bet on open data formats in OneLake.
·powerbi.microsoft.com·
Troubleshooting automatic aggregations to optimize DirectQuery performance
Unveiling Microsoft Fabric’s Impact on Power BI Developers and Analysts - BI Insight
Unveiling Microsoft Fabric’s Impact on Power BI Developers and Analysts - BI Insight
Microsoft Fabric is a new platform designed to bring together the data and analytics features of Microsoft products like Power BI and Azure Synapse Analytics into a single SaaS product. Its goal is to provide a smooth and consistent experience for both data professionals and business users, covering everything from data entry to gaining insights. … Continue reading Unveiling Microsoft Fabric’s Impact on Power BI Developers and Analysts
·biinsight.com·
Unveiling Microsoft Fabric’s Impact on Power BI Developers and Analysts - BI Insight
Is Microsoft Fabric just a rebranding?
Is Microsoft Fabric just a rebranding?
It’s a question I see popping up every now and then. Is Microsoft Fabric just a rebranding of existing Azure services like Synapse, Data Factory, Event Hub, Stream Analytics, etc.? Is it something more? Or is it something entirely new? I hate clickbait titles as much as you do. So, before we dive in, let me answer the question right away. No, Fabric is not just a rebranding. I would not even describe Fabric as an evolution (as Microsoft often does), but rather as a revolution! Now, let’s find out why.
·debruyn.dev·
Is Microsoft Fabric just a rebranding?
Unlock the Power of Real-Time Intelligence in Fabric: Connect and stream events effortlessly with the Get events experience (preview)! | Microsoft Fabric Blog | Microsoft Fabric
Unlock the Power of Real-Time Intelligence in Fabric: Connect and stream events effortlessly with the Get events experience (preview)! | Microsoft Fabric Blog | Microsoft Fabric
What is Get events Say hello to effortless data connectivity and streaming, regardless of whether your data originates from new or established sources, streams, or events. With the new Get events experience you are unlocking connectivity and streaming prowess in your Fabric Real-Time Intelligence journey. Leveraging the Get events tool extends beyond mere data ingestion; it … <p class="link-more"><a href="https://blog.fabric.microsoft.com/en-us/blog/unlock-the-power-of-real-time-intelligence-in-fabric-connect-and-stream-events-effortlessly-with-the-get-events-experience/" class="more-link">Continue reading<span class="screen-reader-text"> “Unlock the Power of Real-Time Intelligence in Fabric: Connect and stream events effortlessly with the Get events experience (preview)!”</span></a>
·blog.fabric.microsoft.com·
Unlock the Power of Real-Time Intelligence in Fabric: Connect and stream events effortlessly with the Get events experience (preview)! | Microsoft Fabric Blog | Microsoft Fabric
Exciting News: Eventhouse is Now Generally Available! | Microsoft Fabric Blog | Microsoft Fabric
Exciting News: Eventhouse is Now Generally Available! | Microsoft Fabric Blog | Microsoft Fabric
🎉 Exciting News: Eventhouse is Now Generally Available! 🎉 We’re thrilled to announce that Eventhouse, our innovative database workspace designed to manage and store event-based data, is now officially available for general use. Eventhouse is a cutting-edge database workspace meticulously crafted to manage and store event-based data. Engineered to handle data in motion, Eventhouse seamlessly … <p class="link-more"><a href="https://blog.fabric.microsoft.com/en-us/blog/exciting-news-eventhouse-is-now-generally-available/" class="more-link">Continue reading<span class="screen-reader-text"> “Exciting News: Eventhouse is Now Generally Available!”</span></a>
·blog.fabric.microsoft.com·
Exciting News: Eventhouse is Now Generally Available! | Microsoft Fabric Blog | Microsoft Fabric
Showing path in scatter-plot in Power BI using DAX
Showing path in scatter-plot in Power BI using DAX
Showing the path of the selected data point in a native Scatter plot of Power BI can be done with some hacks and some DAX. This article shows one way to do it.
·esbrina-ba.com·
Showing path in scatter-plot in Power BI using DAX
New ‘ExecutionMetrics’ event in Azure Log Analytics for Power BI Semantic Models
New ‘ExecutionMetrics’ event in Azure Log Analytics for Power BI Semantic Models
The Power BI integration with Azure Log Analytics has been enhanced through the introduction of a new event known as ‘ExecutionMetrics’. This addition will improve customers ability to obtain more details about their semantic model activities.
·powerbi.microsoft.com·
New ‘ExecutionMetrics’ event in Azure Log Analytics for Power BI Semantic Models
Vahid DM | Power BI | Data Analysis | DAX
Vahid DM | Power BI | Data Analysis | DAX
VahidDM website has many valuable articles about DAX, Power Query, Data visualisation, Power BI, Power Platform, and Tips and Tricks.
·vahiddm.com·
Vahid DM | Power BI | Data Analysis | DAX
Introducing MATCHBY for DAX Window Functions
Introducing MATCHBY for DAX Window Functions
In this final installment of our four-part mini-series on DAX window functions, we’ll be focusing on a new development. The May release of Power BI Desktop has enriched all DAX window functio…
·pbidax.wordpress.com·
Introducing MATCHBY for DAX Window Functions
Exporting Power BI data with "Run DAX query against dataset" action in Power Automate
Exporting Power BI data with "Run DAX query against dataset" action in Power Automate
With lo-code we can automate exporting data from Power BI visuals without any REST API knowledge. We need simply copy DAX queries from “Performance Analyzer”, past it in Power Automate inside “run a query against dataset” action . Then we can perform export operation according to our requirements.
·amalbenrebai.substack.com·
Exporting Power BI data with "Run DAX query against dataset" action in Power Automate
LazyDAX: a Power BI File for your presentation, discoveries, or learn DAX - LazySnail
LazyDAX: a Power BI File for your presentation, discoveries, or learn DAX - LazySnail
If you want to: Present interesting Power BI discoveries to your colleagues Test your DAX Measures, reporting on a very clean Star schema Discover multiple DAX Functions Show different Power BI features by examples Then this Lazy DAX file is for you! It’s a Power BI Desktop file that you can freely download on my […]
·lazysnail.net·
LazyDAX: a Power BI File for your presentation, discoveries, or learn DAX - LazySnail
Comparative Analysis by different values in same dimension in Power BI
Comparative Analysis by different values in same dimension in Power BI
Comparative Analysis by different values in same dimension in Power BI Have you ever wanted to compare metrics between 2 sets of selected values in the same dimension in a Power BI report? For example, let’s say you wanted to compare claims metrics of one hospital or a group of hospitals to another ...
·techcommunity.microsoft.com·
Comparative Analysis by different values in same dimension in Power BI
RT @ehansalytics: A little #PowerBI tip - want to get a list of columns in a table? Great for documentation! Run the following #DAX query in DAX Studio or Tabular Editor 3. Preface your tablename with '$' and ignore the RowNumber* column. Need it in #PowerQuery - use Table.Profile
RT @ehansalytics: A little #PowerBI tip - want to get a list of columns in a table? Great for documentation! Run the following #DAX query in DAX Studio or Tabular Editor 3. Preface your tablename with '$' and ignore the RowNumber* column. Need it in #PowerQuery - use Table.Profile
A little #PowerBI tip - want to get a list of columns in a table? Great for documentation!Run the following #DAX query in DAX Studio or Tabular Editor 3. Preface your tablename with '$' and ignore …
·flip.it·
RT @ehansalytics: A little #PowerBI tip - want to get a list of columns in a table? Great for documentation! Run the following #DAX query in DAX Studio or Tabular Editor 3. Preface your tablename with '$' and ignore the RowNumber* column. Need it in #PowerQuery - use Table.Profile
Quickly Format All DAX Code in Tabular Editor — ehansalytics
Quickly Format All DAX Code in Tabular Editor — ehansalytics
If you aren’t using Tabular Editor to format all of your DAX code for you, you are missing out. I’ve written a super short script that will format all of your DAX code in measures, and make it look picture perfect in Power BI Desktop. First, you need to download Tabular Editor. The free version is
·ehansalytics.com·
Quickly Format All DAX Code in Tabular Editor — ehansalytics
Format all DAX in your model at once with Tabular Editor — DATA GOBLINS
Format all DAX in your model at once with Tabular Editor — DATA GOBLINS
A handy feature of Tabular Editor is the ability to create C# scripts to simplify & automate basic development tasks. One such task that can be easily automated is the formatting of DAX code in the data model . Particularly upon inheriting a data model from someone else, formatting the DA
·data-goblins.com·
Format all DAX in your model at once with Tabular Editor — DATA GOBLINS