Power BI

Power BI

9059 bookmarks
Newest
Quick Tip: Factoring your dataflow entities
Quick Tip: Factoring your dataflow entities
This post started as a response to this question from Mark, who was commenting on last week’s data lineage post: How would you decide how big or how small to make each artifact in the lineage…
Power_BI_tips·ssbipolar.com·
Quick Tip: Factoring your dataflow entities
Creating a Table in Power BI Using DAX Table Constructor
Creating a Table in Power BI Using DAX Table Constructor
There are some functions in DAX that are useful in very specific scenarios. For example, sometimes, you might want to create a table entirely in DAX. If you want to do that, what are your ways and how it is possible? This might be helpful especially in the first days of learning about DAX. Let's…
Power_BI_tips·radacad.com·
Creating a Table in Power BI Using DAX Table Constructor
Importing model.json to create a new dataflow
Importing model.json to create a new dataflow
If you’re a frequent reader of this blog, or a frequent user of Power BI dataflows, you probably know these things already: Power BI dataflows are workspace-level objects in the Power BI serv…
Power_BI_tips·ssbipolar.com·
Importing model.json to create a new dataflow
Insights For All: Azure SQL DW and Power BI
Insights For All: Azure SQL DW and Power BI
Microsoft Azure provides compelling, best-in-class tools for data storage, analysis, orchestration, security, and AI. When combined with Power BI, data analytics and outcomes are unmatched.
Power_BI_tips·blue-granite.com·
Insights For All: Azure SQL DW and Power BI
Increase Business Impact with Power BI and Azure Analytics
Increase Business Impact with Power BI and Azure Analytics
Power BI and Azure Analytics help businesses build a data-driven culture and drive analytics proficiency.  This has been seen in recent findings from the commissioned Forrester Consulting study, The Total Economic Impact™ Of Microsoft Azure Analytics With Power BI. The study specifies that together, Azure Analytics and Power BI can provide value to customers by delivering an ROI of 271% over three years. 
Power_BI_tips·powerbi.microsoft.com·
Increase Business Impact with Power BI and Azure Analytics
Why My Values are Not Showing Correctly in Power BI?
Why My Values are Not Showing Correctly in Power BI?
I have written previously about what is a fact table, and what is the dimension table, and how they relate to each other in a Power BI data model. However, still I see when people use these tables in their model, they get ambiguity of what table should be used for what, and if they…
Power_BI_tips·radacad.com·
Why My Values are Not Showing Correctly in Power BI?
Announcing Power BI updates at the Microsoft Business Applications October Virtual Launch Event
Announcing Power BI updates at the Microsoft Business Applications October Virtual Launch Event
The Microsoft business applications virtual launch event is almost here! You don’t want to miss this opportunity to get a first-hand look at the new innovations we’re rolling out for Power BI. Register today for this free event, and then tune in to the live stream on October 10, 2019 from 8:00 AM – 9:30 AM Pacific Time.
Power_BI_tips·powerbi.microsoft.com·
Announcing Power BI updates at the Microsoft Business Applications October Virtual Launch Event
DAX: Bitwise calculations
DAX: Bitwise calculations
As an extension to my recent article on base conversions in DAX, I thought I’d show how these conversion calculations can be used to help you perform bitwise calculations in DAX. At present, …
Power_BI_tips·dax.tips·
DAX: Bitwise calculations
Debugging a slow power bi report with phil seamark
Debugging a slow power bi report with phil seamark
Phil sits down with us to walk through his process in debugging a slow Power BI report. This uses some new features in Power BI Desktop as well as using DAX Studio to get further insights. Connect with Phil Twitter: https://twitter.com/PhilSeamark Blog: https://dax.tips/
Power_BI_tips·guyinacube.com·
Debugging a slow power bi report with phil seamark
Power BI Training Content
Power BI Training Content
Power BI Training Content http://aka.ms/PBItraining The Power BI engineering team develops and maintains several workshops and classes that are available to our partners and community leads for free to help them to train their customers and communities on Power BI. Every class will include all mat...
Power_BI_tips·community.powerbi.com·
Power BI Training Content
DAX: Base conversions
DAX: Base conversions
I was doing some work recently which required DAX calculations to convert values from a specific base to another, e.g. to convert a value in hexadecimal format to a base 10 representation (or decim…
Power_BI_tips·dax.tips·
DAX: Base conversions
Introducing OnReset property of component
Introducing OnReset property of component
Introducing the OnReset property of components. With OnReset, you can specify behavior formulas that run when an event resets a component. Read details and examples.
·powerapps.microsoft.com·
Introducing OnReset property of component
REMOVEFILTERS() in DAX
REMOVEFILTERS() in DAX
REMOVEFILTERS() is a new DAX function that was created to make the language easier to learn and understand. Learn why REMOVEFILTERS() was introduced here.
Power_BI_tips·exceleratorbi.com.au·
REMOVEFILTERS() in DAX
Metadata from multiple source
Metadata from multiple source
When you have 100 reports.... When you have a lot of dimention.... When you have thousands of entities, If you need to query the entire system, to understand: where does the data come from? which entities are read? which "job" is launched? Is the call manual or timed? Entity XXX, which Factabl...
Power_BI_tips·community.powerbi.com·
Metadata from multiple source
Installing Microsoft Flow Addin for Excel and Selected Row Email Demo
Installing Microsoft Flow Addin for Excel and Selected Row Email Demo
In this post, we will look at how to install and use the Microsoft Flow Add-In for Excel. First, open Excel and go to Office Add-Ins, then select Microsoft Flow for Excel (Preview). Click Add: You will see: The Add-in is now ready to use. Let’s create a new spreadsheet, Customers, with a column for the Customers, and we will make this selection a table by highlighting then selecting Table … Continue reading Installing Microsoft Flow Addin for Excel and Selected Row Email Demo
·carldesouza.com·
Installing Microsoft Flow Addin for Excel and Selected Row Email Demo
Power BI: Gateway Monitoring & Administrating
Power BI: Gateway Monitoring & Administrating
PowerBI Administration and Monitoring Report Features Monitoring all your Gateway and receive alerts whenever your Gatways got offline Always keep upto date with all your gateways Explained detailed in the bleow Blog Series Series Part 1 https://community.powerbi.com/t5/Community-Blog/...
Power_BI_tips·community.powerbi.com·
Power BI: Gateway Monitoring & Administrating
A comprehensive guide to Power BI performance tuning
A comprehensive guide to Power BI performance tuning
Table of Contents1 Which part is slow?2 Tuning the data refresh2.1 Verify that query folding is working2.2 Minimize the data you are loading2.3 Consider performing joins in DAX, not in M2.4 Review your applied steps2.5 Make use of SQL indexes3 Tuning the model calculations3.1 Use the Power BI Performance Analyzer3.2 Confirm that the storage engine … Continue reading A comprehensive guide to Power BI performance tuning →
Power_BI_tips·sqlgene.com·
A comprehensive guide to Power BI performance tuning
Generate Random List of Numbers in Power BI Dataset Using Power Query
Generate Random List of Numbers in Power BI Dataset Using Power Query
I've been asked from one of my friends who were trying to create a random dataset for his presentation. There is a great and quick way that you can create a random list of numbers in Power BI using Power Query. In this short blog post, I'll explain how to create this random list. You…
Power_BI_tips·radacad.com·
Generate Random List of Numbers in Power BI Dataset Using Power Query