Power BI

Power BI

9062 bookmarks
Custom sorting
The Impact of Power Query
The Impact of Power Query
Two years ago, I published a survey to measure the impact of Power Query. Since then, Power BI has gained tremendous momentum and accelerated the evolution of Power Query as well. I think it's a good time to run the survey again and learn how the impact of Power Query has been changed. Please complete…
Power_BI_tips·datachant.com·
The Impact of Power Query
Events and projections, using M - Mincing Data - Gain Insight from Data
Events and projections, using M - Mincing Data - Gain Insight from Data
I tend to create tables using M or a combination of point-and-click and M, because these tables are treated as base tables if the model is refreshed and for this reason these tables will benefit from all the compression magic, whereas tables created using DAX are not that well compressed.
Power_BI_tips·minceddata.info·
Events and projections, using M - Mincing Data - Gain Insight from Data
Data Quality Automation with Power Query
Data Quality Automation with Power Query
The low-code capabilities of Power Query can be leveraged to solve highly complex data challenges. I have recently developed a data quality automation solution with it, that takes data quality to the next level. What is the point in purchasing an expensive shelf-product that implements an enterprise data quality automation suite, when you can build…
Power_BI_tips·datachant.com·
Data Quality Automation with Power Query
Leveraging Benefit of Power Query Editor List Functions in Power BI
Leveraging Benefit of Power Query Editor List Functions in Power BI
A lot of us work with Power Query Editor in Power BI and are familiar with its different capabilities that it provides to a report developer. I was recently approached by one of my colleagues who has started learning Power BI, to check if there is a way to implement CONTAINS functionality on a TEXT ...
Power_BI_tips·community.powerbi.com·
Leveraging Benefit of Power Query Editor List Functions in Power BI
Building a SelectQuery Function
Building a SelectQuery Function
For a while now, I have been wanting to have the capability in Power Query to select a query by name PROGRAMMATICALLY. Why? Building a SelectQuery Function would allow me to execute one of multiple “Transform” queries depending on a user selection on the Excel sheet. This will help me process log fil
Power_BI_tips·flip.it·
Building a SelectQuery Function
Chris Webb's BI Blog: Power Query And Power BI Connectivity Announcements At The Microsoft Business Applications Summit Chris Webb's BI Blog
Chris Webb's BI Blog: Power Query And Power BI Connectivity Announcements At The Microsoft Business Applications Summit Chris Webb's BI Blog
There were a lot of exciting announcements at the Microsoft Business Applications Summit this week but if you only watched the keynotes or read the recap on the Power BI blog you will have missed a…
Power_BI_tips·blog.crossjoin.co.uk·
Chris Webb's BI Blog: Power Query And Power BI Connectivity Announcements At The Microsoft Business Applications Summit Chris Webb's BI Blog
New data types and smart templates powered by Wolfram are now generally available
New data types and smart templates powered by Wolfram are now generally available
Microsoft has partnered with Wolfram to provide new data types, and we are excited to announce their availability for all Microsoft 365 Family and Personal subscribers in English! Getting reliable data from trusted online data sources into your Excel workbook on subjects like cities, foods, animals,...
Power_BI_tips·techcommunity.microsoft.com·
New data types and smart templates powered by Wolfram are now generally available
Import data from local files using Power Query in Excel for Mac
Import data from local files using Power Query in Excel for Mac
We are excited to announce a new update to Power Query (PQ) in Excel for Mac – the ability to import data from local files.  We’ve received many requests for this feature after the introduction of PQ query refresh.  Now you can import data from local files including Excel workbooks and text & CSV fi...
Power_BI_tips·techcommunity.microsoft.com·
Import data from local files using Power Query in Excel for Mac
Json Transformations - Microsoft Power BI Community
Json Transformations - Microsoft Power BI Community
Scenario: In Power BI Desktop, when we connect to a .json file, power query editor will transform it automatically if its structure is single. Sample data1: Output in power query: From the APPLIED STEPS we can find that power query editor expands all columns automatically to get this result table....
Power_BI_tips·community.powerbi.com·
Json Transformations - Microsoft Power BI Community
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
Scenario:     In this scenario, the column [City] in my table has some dirty data with some space and case errors. It's also a mixture of abbreviations and full names of the cities. I want to find a way to unify the value of the column ‘City’ into the abbreviation of the cities, and merge this abbr...
Power_BI_tips·community.powerbi.com·
How to fuzzy match the dirty data and horizontal d... - Microsoft Power BI Community
Using Power Query for Data Sampling
Using Power Query for Data Sampling
The other day I was facing an interesting question "How can I randomly draw ten records from the top 50 for each group using Power Query?" As you may guess, this article also contains the answer.
Power_BI_tips·minceddata.info·
Using Power Query for Data Sampling