Power Query

Power Query

947 bookmarks
Custom sorting
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Today I am excited to share a second excerpt from the draft manuscript of my book. Today’s excerpt is the first part of chapter 11, which discusses basic text analytics, and a cool technique to detect multiple keywords in textual feeds using Cartesian Product. To read more excerpts, as they will be published on the …
·datachant.com·
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Split CamelCase headers in M - DataChant
Split CamelCase headers in M - DataChant
How many times did you have to work with tables that had headers like these? Client_ID, Transaction_ID, Product_Name, My_DBA_is_in_Love_with_Underscored_Headers No need to manually rename the column names any more, if you work with Excel Get Data / Power Query, or Power BI. You can just apply the following formula in Query Editor: [crayon-5a85df266ff17603321547/] Let’s explain. …
·datachant.com·
Split CamelCase headers in M - DataChant
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
The good documentation of custom M functions is a key factor for efficiency in Power Query and Power BI Desktop. In my first post on this topic, I explained why documentation is important and how to add those to custom functions by changing metadata. If you haven’t read the previous article, you should do so […]
·ssbi-blog.de·
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
Extract Data Based on the Previous Row - The Ken Puls (Excelguru) Blog
Extract Data Based on the Previous Row - The Ken Puls (Excelguru) Blog
This is a cool example of how to Extract Data Based on the Previous Row, which came up as a viewer's question inside our Power Query Academy. Let's look at how we solved it… What Kind of Data Needs This … Continue reading →
·excelguru.ca·
Extract Data Based on the Previous Row - The Ken Puls (Excelguru) Blog
Re: Create tables based on all Query Parameters
Re: Create tables based on all Query Parameters
I did it in one table instead of creating new table for each character's id. We need one table and one function. Here's full solution: 1. Create function getCharacter(id): let Source = (id as text) => let Source = Json.Document(Web.Contents("https://swapi.co/api/people/" & id))...
·community.powerbi.com·
Re: Create tables based on all Query Parameters
Working with ranges (Numbers/Dates) in Power Query/Power BI - Part 2
Working with ranges (Numbers/Dates) in Power Query/Power BI - Part 2
One of the challenges I had working with a client recently was around how to work with ranges/bands of numbers in Power BI so thought I’d share the approach I took to this. I was looking to deal with …
·community.powerbi.com·
Working with ranges (Numbers/Dates) in Power Query/Power BI - Part 2
Re: Pass parameters to Adcanced Editor
Re: Pass parameters to Adcanced Editor
I found this and it works: let Source = Sql.Database("DB_SERVER", "DB_NAME", [Query="exec STORED_PROCEDURE_NAME'"&Date.ToText(Date.From(DateFrom), "yyyy-MM-dd")&"', '"&Date.ToText(Date.From(DateTo), "yyyy-MM-dd")&"' , 62", HierarchicalNavigation=true]) in Source And it works! Thank you guys
·community.powerbi.com·
Re: Pass parameters to Adcanced Editor
Dynamic option sets in PowerBI
Dynamic option sets in PowerBI
I recently had a requirement from a customer who needed to filter reports based on global option sets. The kicker for this requirement was t...
·crmviking.com·
Dynamic option sets in PowerBI
Using SSAS Multidimensional As A Data Source For Power BI (Video)
Using SSAS Multidimensional As A Data Source For Power BI (Video)
The nice people at PASS have made a video of my session on “Using SSAS MD as a data source for Power BI” available to view for free on YouTube: I’m honoured that it’s listed…
·blog.crossjoin.co.uk·
Using SSAS Multidimensional As A Data Source For Power BI (Video)
Adding Try Results is Trying - The Ken Puls (Excelguru) Blog
Adding Try Results is Trying - The Ken Puls (Excelguru) Blog
I was playing around with a scenario this morning where I was adding try results together in order to count how many columns were filled with information. What I needed to do kind of surprised me a little bit.
·excelguru.ca·
Adding Try Results is Trying - The Ken Puls (Excelguru) Blog
Quirks of Visual Studio Query Editor working with Analysis Services
Quirks of Visual Studio Query Editor working with Analysis Services
Visual Studio 2017 and the SQL Server Data Tool (SSDT), a tool that comes with Visual Studio, finally integrates the now familiar Query Editor (Power Query) capability to work with the Analysis Ser…
·businessintelligist.com·
Quirks of Visual Studio Query Editor working with Analysis Services
The Each Keyword in Power Query - The Ken Puls (Excelguru) Blog
The Each Keyword in Power Query - The Ken Puls (Excelguru) Blog
Let's take a deep dive into understanding how the each keyword in Power Query, which is used by quite a few of the built-in operations (filtering, custom columns, etc.).
·excelguru.ca·
The Each Keyword in Power Query - The Ken Puls (Excelguru) Blog
Power Query - Consecutive Days - PowerPivotPro
Power Query - Consecutive Days - PowerPivotPro
Hello P3 World! My name is Krissy Dyess and I have had the most amazing experience working as a full-time consultant at Power Pivot Pro since April 17, 201
·powerpivotpro.com·
Power Query - Consecutive Days - PowerPivotPro
“In the Previous” Date Filters In Power BI/Get&Transform/Power Query
“In the Previous” Date Filters In Power BI/Get&Transform/Power Query
The Query Editor in Power BI/Excel Get&Transform/Power Query has a number of built-in ways to filter data in date columns relative to the current date, such as the “In the Previous” option. How…
·blog.crossjoin.co.uk·
“In the Previous” Date Filters In Power BI/Get&Transform/Power Query
Book Excerpt: Appending Worksheets from a Workbook - DataChant
Book Excerpt: Appending Worksheets from a Workbook - DataChant
I am excited to share with you an excerpt from the draft manuscript of my book. You can also add it to your list in Amazon here. I expect to publish more excerpts in the coming months, so please stay tuned, and subscribe to DataChant. Appending Worksheets from a Workbook Excerpted from the draft manuscript …
·datachant.com·
Book Excerpt: Appending Worksheets from a Workbook - DataChant