power query

power query

962 bookmarks
Custom sorting
June 2016 Power Query Update
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 →
·excelguru.ca·
June 2016 Power Query Update
Allocation in Power Query, Part 2 – Chris Webb's BI Blog
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…
·blog.crossjoin.co.uk·
Allocation in Power Query, Part 2 – Chris Webb's BI Blog
Using DAX to retrieve tabular data
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.
·simple-talk.com·
Using DAX to retrieve tabular data
I Need Beta Testers
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 →
·excelguru.ca·
I Need Beta Testers
Creating Tables In Power BI/Power Query M Code Using #table()
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…
·blog.crossjoin.co.uk·
Creating Tables In Power BI/Power Query M Code Using #table()
Creating Current Day, Week, Month And Year Reports In Power BI Using Bidirectional Cross-Filtering And M – Chris Webb's BI Blog
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…
·blog.crossjoin.co.uk·
Creating Current Day, Week, Month And Year Reports In Power BI Using Bidirectional Cross-Filtering And M – Chris Webb's BI Blog
Re: Refresh Date (Manual refresh)
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...
·community.powerbi.com·
Re: Refresh Date (Manual refresh)
ImkeF/pquery
ImkeF/pquery
pquery - A collection of functions for use in Excel Power Query
·github.com·
ImkeF/pquery