Power BI

Power BI

9059 bookmarks
Newest
Get The Error Count with the Profiling Data of Power BI Data Table using Power Query
Get The Error Count with the Profiling Data of Power BI Data Table using Power Query
I have explained previously how you can use the Table.Profile Power Query function to fetch the profiling data of a table, such as minimum value, maximum value, null count etc, and use it in a report page to inform the user about the quality of the data. However, that function doesn't provide you with one…
·radacad.com·
Get The Error Count with the Profiling Data of Power BI Data Table using Power Query
Calculating Total, and Percentages in a Row-Level Security Power BI Model
Calculating Total, and Percentages in a Row-Level Security Power BI Model
I have written dozens of articles about row-level security so far and explained in all of them explained different methods in which you can reduce the amount of data rows that a user can see based on their roles. However, in my presentations, I still get this question that: What if I want to compare…
·radacad.com·
Calculating Total, and Percentages in a Row-Level Security Power BI Model
Announcing: Upgrade your classic workspaces to the new workspace experience public preview is rolling out
Announcing: Upgrade your classic workspaces to the new workspace experience public preview is rolling out
We’ve started to roll-out the capability upgrade classic workspace to the new workspace experience as a Public Preview. This post gives you resources to learn about the upgrade before it becomes available to your users and to be prepared. It also answers questions from our pre-release blog and documentation.
·powerbi.microsoft.com·
Announcing: Upgrade your classic workspaces to the new workspace experience public preview is rolling out
Power BIte: Turning datasets into dataflows
Power BIte: Turning datasets into dataflows
At this point I’ve said “Power BI dataflows enable reuse” enough times that I feel like a broken record[1]. What does this phrase actually mean, and how can you take advantage of …
·ssbipolar.com·
Power BIte: Turning datasets into dataflows
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Parameters in Power Query are useful for many scenarios when you want to do something dynamic in the data transformation process. I have previously explained how helpful they are in creating a custom function. In this article, I am showing you another useful way of using Parameters to create dynamic datasets, that you can change…
·radacad.com·
Change the Source of Power BI Datasets Dynamically Using Power Query Parameters
Next Level Power BI – M Language Basics
Next Level Power BI – M Language Basics
This is a series of posts and exercises from a recent full-day workshop called Next Level Power BI. Check back for additional lessons and freely post your questions and feedb…
·sqlserverbi.blog·
Next Level Power BI – M Language Basics
PowerApps Report Survey to collect user feedback
PowerApps Report Survey to collect user feedback
The PowerApps Report Survey allows a simple, unobstructed feedback loop. This is critical to end user adoption and usability of your reporting environment.
·powerdax.com·
PowerApps Report Survey to collect user feedback
Animate flight data in Power BI
Animate flight data in Power BI
“Have you seen the deck.gl framework from Uber? It’s designed to show large scale big data visualization?” said one of the software engineering team. I had a look at it, and it do…
·jlsql.blog·
Animate flight data in Power BI
Enhance the Card Visual in Power BI with Conditional Formatting
Enhance the Card Visual in Power BI with Conditional Formatting
The conditional formatting can be used in many visuals in Power BI, and I have explained an example of doing it in table visual. This feature is also available in the Card Visual in Power BI, However, I have seen a very few people using it. In this short blog article, I'll explain how this…
·radacad.com·
Enhance the Card Visual in Power BI with Conditional Formatting
Power BI Premium Dedicated Capacity Load Assessment Tool on GitHub
Power BI Premium Dedicated Capacity Load Assessment Tool on GitHub
Last month[1] at the Microsoft Business Applications Summit (MBAS), Power BI program managers David Magar and Swati Gupta showed off a new load assessment tool for Power BI Premium capacity workloa…
·flip.it·
Power BI Premium Dedicated Capacity Load Assessment Tool on GitHub
Filtering data from multiple tables
Filtering data from multiple tables
Can we filter SQL table based on the values from another table(like a join in SQL)? We have two tables Table1_UserPermission["PersonID","ProjectID","IsActive"], Table2_ProjectDetails["ProjectID","ProjectName","ProjectCost"]. When the user logs in, we are trying to check the Table1_UserPermission...
tommypuglia·powerusers.microsoft.com·
Filtering data from multiple tables
Filter based on related table/entity
Filter based on related table/entity
I want to show a gallery from table A but filter the results based upon a value of Column4 in a related table B. eg. TableA Column1(PK), Column2, Column3(FK) TableB Column1(PK), Column2, Column3, Column4 In SQL, I would write "select * from TableA inner join TableB on TableA.Column3=TableB...
tommypuglia·powerusers.microsoft.com·
Filter based on related table/entity
Scale a Visual
Scale a Visual
Learn how to scale a visual to maximize usability. This tutorial shows you how to do this using Groups and Bookmarks in Power BI Desktop.
·powerbi.tips·
Scale a Visual
Do all visuals on a Power BI report generate queries?
Do all visuals on a Power BI report generate queries?
This is a question that has come up a few times over the past few months from several clients and so I figured it’d make a good quick blog post that can easily be pointed at to save time. I e…
·byobi.com·
Do all visuals on a Power BI report generate queries?
Checking out the Org Browser Canvas App in Power Apps
Checking out the Org Browser Canvas App in Power Apps
In Microsoft Power Apps, there is an Org Browser Canvas App which connects to your Office 365 data and enables the app user to search for Office 365 users in an organization. This can be convenient if you want to enable users to contact other users, especially mobile ones. Let’s take a look at it. To install it, go to https://make.powerapps.com and select Apps, then Org Browser: Give the App … Continue reading Checking out the Org Browser Canvas App in Power Apps
tommypuglia·carldesouza.com·
Checking out the Org Browser Canvas App in Power Apps
Phil Seamark on DAX
Phil Seamark on DAX
My last article described the Shadow Model data modelling technique and how you can use it to help resolve a specific performance challenge caused by tables forced to direct query mode in particula…
·dax.tips·
Phil Seamark on DAX
Phil Seamark on DAX
Phil Seamark on DAX
This post is the last in this series (for now) and describes a technique used to enhance performance in Power BI models that use Aggregate Awareness. I hope you’ve enjoyed the series as much …
·dax.tips·
Phil Seamark on DAX