Found 962 bookmarks
Newest
#PowerQuery – Replace Values in one column with the value in another column
#PowerQuery – Replace Values in one column with the value in another column
Just wanted to share a method in Power Query that might also help you. Today I had a table where the column contained information about both the parent element and child element In the example the …
·eriksvensen.wordpress.com·
#PowerQuery – Replace Values in one column with the value in another column
Navigating Tabular Tables - Previous Row
Navigating Tabular Tables - Previous Row
This article is the starting point of a series of articles that demonstrates how to navigate through tables inside a Tabular Model, from Microsoft Analysis Services Tabular, Power Pivot or Power BI using DAX
·minceddata.info·
Navigating Tabular Tables - Previous Row
Power Query (M)agic: Super SubVars
Power Query (M)agic: Super SubVars
The Challenge I love the idea behind Power Query (M)agic. These posts let Power Query users learn and share best practices (tips & tricks) that solve real problems. Query management comes up a lot. Wh…
·powerpivotpro.com·
Power Query (M)agic: Super SubVars
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
The draft of my book is almost ready (I even have few Excel formulas that are showing me, that I have already wrote 93% of the books, and a total of 359 draft pages so far). This weekend, after finishing 44 pages on M, I wanted to share with you, in this post, a 3-page …
·datachant.com·
Book Excerpt: Loops, Recursions, Fibonacci and more from Chapter 9: M #PowerQuery - DataChant
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
What is a “Navigation” step in Power Query? When using Power Query, you might’ve come across a step that reads “Navigation” and is usually automatically created for you by Power Query, but…what does it do? Well, if we look at the code that it was created for the Navigation step, it reads: = Source{[Item=”SalesTable”,Kind=”Table”]}[Data] It …
·poweredsolutions.co·
The Navigation Step in Power Query and Power BI–Navigating to rows, columns and cells - Powered Solutions
Power BI: M Query Basics (Part 1)
Power BI: M Query Basics (Part 1)
When you work with Power BI, you'll find that there are two languages to work with: DAX and M. Since most of the M query that you will regul...
·ladyruna.blogspot.com·
Power BI: M Query Basics (Part 1)
Custom M function: GetTableOfDateAndDateTime
Custom M function: GetTableOfDateAndDateTime
My custom M function GetTableOfDateAndDateTime() makes it really easy to create tables of date or datetime values for your work with Power Query in Excel or Power BI Desktop.
·ssbi-blog.de·
Custom M function: GetTableOfDateAndDateTime
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
With Power Query inside of Excel or Power BI, you can replace values by using the ‘Replace values’ button, but there are other approaches when you need to replace multiples values at the same time like the following ones: Imke’s way Bulk Replace The reality is that there are multiple ways to do it, but …
·poweredsolutions.co·
Replacing Values in Power BI / Power Query (HTML code) - Powered Solutions
Table.Distinct and case pitfalls with Power Query/M language
Table.Distinct and case pitfalls with Power Query/M language
In a previous post, I already blogged about case pitfalls in Power Query/M language. By default, comparisons are case-sensitive and that could be an issue when sorting list or tables but also when …
·seddryck.wordpress.com·
Table.Distinct and case pitfalls with Power Query/M language
Handling Html entities when parsing web pages with Power Query/M Language
Handling Html entities when parsing web pages with Power Query/M Language
In a previous blog post, I explained how to handle the html entities when they were number-based such as À or ♣ ;. This post covers the other possibility to define an html entity, by …
·seddryck.wordpress.com·
Handling Html entities when parsing web pages with Power Query/M Language
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Huh ? I remember some years ago standing next to an IT guy at the biggest Brewing company in Canada of the time. He proudly showed me a new product he had created that allowed the President (down the …
·dmoffat.wordpress.com·
Do You Really Need/Want All That Detailed Data In Your Power BI DataSets?
Power Query – M Calendar Function
Power Query – M Calendar Function
I’ve downloaded a few M language based calendars, for use in Power BI recently and have been frustrated as they don’t quite meet my needs. So I’ve created my own. The main differe…
·jlsql.wordpress.com·
Power Query – M Calendar Function
Parsing semi-structured text files with the Power Query M language
Parsing semi-structured text files with the Power Query M language
My daughters participated to the provincial championships of gymnastics during this winter, both qualified for the regional championships. Between the two events, I analyzed the results of the diff…
·seddryck.wordpress.com·
Parsing semi-structured text files with the Power Query M language
Conditionally expanding table’s columns with Power Query M language
Conditionally expanding table’s columns with Power Query M language
In one of my projects, I have to deal with XML files. The structure of the XML is usually flat and I don’t need to expand columns to get access to the values I’m looking for. Loading th…
·seddryck.wordpress.com·
Conditionally expanding table’s columns with Power Query M language
Using Power Query “M” To Encode Text As Numbers
Using Power Query “M” To Encode Text As Numbers
I worked through a brain-teaser on a consulting project today that I thought I’d share in case it was useful for someone else in the community. We needed to convert application user names into an …
·sqlserverbi.blog·
Using Power Query “M” To Encode Text As Numbers
An In-Depth Look At The Csv.Document M Function
An In-Depth Look At The Csv.Document M Function
CSV files are one of the most commonly used data sources in Power BI and Power Query/Get&Transform, and yet the documentation for the Csv.Document M function is very limited and in some cases i…
·blog.crossjoin.co.uk·
An In-Depth Look At The Csv.Document M Function