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…
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: 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
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 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…
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...
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
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
A year ago I wrote a post on loading the M code for a Power Query query from a text file using the Expression.Evaluate() function, but I admit that at the time I didn
Create a Custom Calendar in Power Query - PowerPivotPro
by Matt Allington In this post, I am going to show you how simple it is to create a custom calendar using Power Query. If you follow the steps below, you
Exporting All M Code From Power Query In Excel 2013 – Chris Webb's BI Blog
UPDATE – there’s now a better way to do this using copy/paste. See Here’s a tip that I found out about on the Power Query Technet forum that I thought was worth repeating. If you ever n…
Implementing histograms in Excel 2013 using DAX query tables and PowerPivot | Kasper de Jonge Microsoft BI Blog
I got a great question last month on how to implement a histogram in PowerPivot, similar to this great blog post by Tomislav Piasevoli for Multi Dimensional. I decided to solve the problem in Excel…
Power Pivot / Power Query Read-Only Connection Problems In Excel 2013 – And What To Do About Them – Chris Webb's BI Blog
Anyone who has tried to do any serious work with Power Pivot and Power Query will know about this problem: you use Power Query to load some tables into the Data Model in Excel 2013; you make some c…
Sort Your Data on Load for Improved Compression - PowerPivotPro
My last 2 blog posts have been about data compression – that theme continues today. In December I blogged about the basics of compression and impacts that
New Ways To Concatenate Text In Excel 2016 With CONCAT() And TEXTJOIN() – Chris Webb's BI Blog
I don’t normally blog about Excel topics outside of Power Query and Power Pivot, but I think anyone who has ever done any serious work in Excel has found how difficult it is to concatenate more tha…
Removing offset duplicates using Power QueryThe Ken Puls (Excelguru) Blog
This post solves a tricky issue of removing offset duplicates or, in other words, removing items from a list that exist not only in a different column, but also on different rows. Problem History This data format is based on … Continue reading →
Using Excel Power Query to Unpivot and Transform Data for SPSS Analysis of Variance
Excel, of course, is quite capable of providing simple statistical summaries and analyses. However, there are occasions when bigger guns must be brought to bear on a statistical problem, and Excel
Create a function library in power bi using m extensions
M-Extensions are a very smart way to run you own M (or R)-function libraries in PowerBI: Those functions will appear as if they were native inbuilt-function
Bulk-extracting Power Query M-code from multiple pbix files in Power BI – The BIccountant
If you want to extract the M-code from multiple Power BI pbix-files at once, the function in this blogpost will get you covered: Inclusive query- & stepname
If you’re interested in cascading parameters and Power BI custom connectors is an option for your project, you should give a try to Navigation Tables. Which soon enough could make their way i…
PASS Excel BI VC Webinar - Common Data Patterns #PowerQuery - DataChant
Here is the recording of my webinar at PASS Excel BI VC. If you missed it, you are encouraged to watch and follow the steps, with the materials that are available here to download. https://datachant.com/public/Webinar – Common Patterns.zip Hope you’ll find it useful. (Star Wars image credit here) Related
Ages ago I posted an article on unpivoting subcategories using Power Query. The technique is still valid, but what happens when you have a large data set?