Top "Powerquery" questions

Microsoft Power Query for Excel enhances self-service business intelligence (BI) for Excel with an intuitive and consistent experience for discovering, combining, and refining data across a wide variety of sources including relational, structured and semi-structured, OData, Web, Hadoop, Azure Marketplace, and more.

How to Find the Most Current Date From a Column in Power Query - MAX()

This is for a Power Query: I am working on a report that compiles information from different dates and I …

powerbi powerquery m
How to achieve running total with power query?

I want to do a running total with power query like I did with Tableau software before. Does anyone have …

running-total powerquery
How to use DATEDIFF in Power Query (M query) to look for months between two dates

I need to find the month difference between two dates (checkIn and Checkout dates) in Power Query (M-query). It can …

powerbi powerquery m
Replace all error values of all columns after importing datas (while keeping the rows)

An Excel table as data source may contain error values (#NA, #DIV/0), which could disturbe later some steps during the …

excel powerquery
Power Query, make http POST request with form data

I have a REST API, which accepts only POST requests with form data. I know that in Power Query JSON …

excel powerquery
authenticating with Excel Power Query against .Net Odata Web Api

I am trying to use Power Query to download an Odata Feed that I created using .net Web Api 2 and …

.net oauth odata powerquery
Dynamically rename a set of columns using Power Query

I am trying to dynamically rename a set of columns in Power Query, List1 being the original column names and …

powerquery
How can I perform the equivalent of AddHours to a DateTime in Power Query?

I've seen PowerQuery expressions that can subtract days from a datetime, like DateTimeZone.UtcNow.AddDays(-1). However, I'd like to …

excel datetime excel-formula powerquery
Delete all queries in a workbook

I am trying to write a sub to delete all queries in a workbook. I have got the code below: …

excel vba powerquery
Power Query Looping

I used Power Query to pull all of the unique Item Types tested in the past month: let Source = Sql.…

loops powerquery