LASTNONBLANK Explained - Excelerator BI

power query
June 2016 Power Query Update
Yesterday, Microsoft released the June 2016 Power Query update. Even though there are only four items on the list of new features, some of them are quite impactful. What’s new in the June 2016 Power Query Update The four new … Continue reading →
Make Your Numeric Division Faultless in Power Query | RADACAD
Allocation in Power Query, Part 2 – Chris Webb's BI Blog
Last week’s post on allocation in Power Query caused quite a lot of interest, so I thought I would follow it up with a post that deals with a slightly more advanced (and more realistic) scenario: w…
Aggregating By Local Groups In Power Query – Chris Webb's BI Blog
When looking through the Power Query library reference I noticed that the Table.Group() function has a very useful option to aggregate data using what it calls local groups. Rather than explain wha…
Loading Power Query M Code From Text Files – Chris Webb's BI Blog
One of the things that has intrigued me in the Power Query docs for a while now is the Expression.Evaluate() function, which takes some text and evaluates it as a Power Query expression (rather lik…
Timing Power Query Queries – Chris Webb's BI Blog
If you’re interested in performance-tuning a Power Query query, you’re going to need a reliable way of telling how long your query takes to run. It’s not as easy as it seems to adapt your query to …
Power BI Tutorial: How to Create a Star Schema Model in Power BI and Power Pivot Using Power Query | business intelligist
Click Here to download this Tutorial file Very often our analysis starts with a flat data set that contains all of the pertinent columns in a single table that looks like the one above. As we can s…
Mundane Essays: Power BI tip: Parameters table for Power Query queries to connect to different databases
I've been using Microsoft's Power BI to help a wonderful client of mine build self-service BI for their analysts and away from a system wher...
Using DAX to retrieve tabular data
Data Analysis Expressions (DAX), originally the formula language for PowerPivot workbooks, can also be used within the MDX query window of SSMS to directly access data from a tabular SSAS database, an in-memory database that uses the xVelocity analytics engine and compression. Robert Sheldon shows how easy it is to retrieve data from a tabular database.
I Need Beta Testers
Today’s post isn’t of a technical nature, although it does have a pretty long technical background… I’m now at the point where I need beta testers for a new add-in I’m planning to release. What Does the Add-in Do? In … Continue reading →
Creating Tables In Power BI/Power Query M Code Using #table()
After my post earlier this week on creating current day/week/month/year reports in Power BI a few people asked me for a more detailed explanation of the way I was creating tables without using a da…
Creating Current Day, Week, Month And Year Reports In Power BI Using Bidirectional Cross-Filtering And M – Chris Webb's BI Blog
One very common requirement when creating a Power BI report is the ability to apply a filter for the current day, week, month, quarter or year. There are several ways of implementing this: you coul…
Table.Buffer
Improving Power Query Calculation Performance With List.Buffer()
I saw an interesting post the other day on the Power Query Technet forum which showed how the List.Buffer() function could be used to improve calculation performance. This is something I’d seen hin…
Avoiding Duplication Of Database Connection Information In Power BI
In a year’s time there will be a great opportunity for someone to present a session on “Power BI Development Best Practices” at the PASS Summit. Before then, we will all have to work out what those…
Re: Refresh Date (Manual refresh)
There are three options: There are two ways to write a measure that returns the most recent date / processing date in your data model. 1. If you have a data(transaction) table Most Recent Transaction = CALCULATE( MAX(Transactions[Date]), ALL(Transactions) ) 2. If you have a calendar table - ther...
Cartesian Product Joins (for the Excel person) - The Ken Puls (Excelguru) BlogThe Ken Puls (Excelguru) Blog
While I was at the PASS BA conference in San Jose, CA last week, I got an email from a reader asking if Power Query could create a Cartesian Product join. Now I’m an Excel guy, and I’d never heard … Continue reading →
Power BI: Merge Query with "M" - TechNet Articles - United States (English) - TechNet Wiki
Technical articles, content and resources for IT Professionals working in Microsoft technologies
Multi Condition Logic In Power QueryThe Ken Puls (Excelguru) Blog
In this article we will look at multi condition logic in Power Query, exploring a scenario where we need to choose between several options.
Power Bi Desktop Query Parameters, Part 1 - Business Intelligence Insight
This article shows you how to create dynamic data sources using Power BI query parameters. You also learn how to use query parameters in Filter Rows.
ImkeF/pquery
pquery - A collection of functions for use in Excel Power Query
Power Pivot versus Power Query: Power BI Dilemma
"Do we use Power Pivot or Power Query?" – I get this question all the time when teaching Power BI classes. (Note: This applies in Excel as well as Power BI
April 2016 Power Query Update - The Ken Puls (Excelguru) BlogThe Ken Puls (Excelguru) Blog
The April 2016 Power Query Update was just released for Office 365 subscribers, and I can confirm that it is available to the First Release customers, as I’ve already got it installed. (If you’re on a later branch it may … Continue reading →
Tip for Parameter Tables in Power Query and Power BI
Better way to use parameter tables in Power Query and Power BI: Easier to use and futureproof/robust. Transpose the table and your parameter names equal the
Creating a banding function in Power QueryThe Ken Puls (Excelguru) Blog
I got a question on the blog recently about creating a banding function in Power Query, or creating buckets for Accounts Receivable transactions. (30-60 days, 60-90 days, etc..) As this is something that can be applied to a lot of … Continue reading →
Introduction to Power Query (informally known as "M") Formula Language
Converting and formatting numbers using the M Language
Power BI designer is based upon the Power Query formula language informally known as
Part 2 – Power Query API – Parameterized Data Indeed! | SouthBayDBA
Part 3 – Power Query API – Table as Parameter for a Query Indeed! | SouthBayDBA