How to Get List of All Functions and Invoke Them in ...
Yesterday I've found a very awesome feature in Power Query (Thanks to Matt Masson). The feature is: you can see list of all functions in the Power Query with enumerations and option types with a
Use Dynamic Management Views (DMVs) to Monitor Analysis Services
Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server
Creating Power Query Functions | The Microsoft MVP Award Program Blog
Editor’s note: The following post was written by SQL Server MVP Rafael Salas Creating Power Query Functions You have seen or started using Power Query for Excel by now. If not you have been missing one of the greatest tools of the new Self-Service Business Intelligence offering Power BI. Power Query has a wide range...
Power Query Functions–Some Scenarios | The Datachix Blog
By Julie Smith I was happy to co-present a session at this week’s Atlanta BI User Group with Rob Volk (@SQL_R) meeting entitled “Harvesting XML Data from the Web with Power Query and Cu…
Append Multiple Tables in Power Query | The White Pages
Power Query transformations can be very powerful, but they only work on one data source at a time. Sometimes data providers will only provide their data in discrete chunks, like one category per ta…
Power Query: How to iterate over a list - Satalyst
If you've been using Power BI or you've seen the demos, then like me, you're probably excited about Power Query. As a data nerd, I've been having a lot of
Combining Data From Multiple Excel Workbooks With Power Query–The Easy Way! – Chris Webb's BI Blog
If there’s one feature of Power Query that’s guaranteed to get Excel users very, very excited indeed it’s the ability to combine data from multiple workbooks into a single table. The bad news is th…
Power Query and Stored Procedures with Parameters | Reeves Smith's SQL & BI Blog
A great question come up on the Power Query forum: “I would like to know if there is a way to pass parameters to a Stored Procedure used within a Power Query.” Here are the steps in det…
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 →
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
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 →
"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
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 →
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...
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…
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…
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…