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.

Difference between PowerPivot, PowerQuery and PowerBI

What is the difference between PowerPivot, PowerQuery and PowerBI? How should one decided which tool should be used and when.

powerpivot powerquery powerbi
Convert matrix to 3-column table ('reverse pivot', 'unpivot', 'flatten', 'normalize')

I need to convert the Excel matrix FIRST in the table LATER: FIRST: P1 P2 P3 P4 F1 X F2 …

excel matrix pivot-table unpivot powerquery
How can I reference a cell's value in PowerQuery

I'm having multiple PowerQuery queries that I would like to feed the value of a cell in my Excel file. …

excel parameter-passing powerquery m
How to automate a power query in VBA?

I have data in sheet 1. Normally I go to power query and do my transformations, then close, and load to …

excel vba powerquery
What's the difference between DAX and Power Query (or M)?

I have been working on Power BI for a while now and I often get confused when I browse through …

powerbi dax powerquery m
Auto-updating Power Query Connection via VBA

I have a Power Query set in myexcel.xlsx. I set its connections's properties as this and this. I wrote …

excel vba powerquery data-connections
How to Do Countifs/Sumifs in PowerQuery M.Language Formulas?

Is it possible to Do Excel's Countifs/Sumifs formulas in powerquery Formulas? Let's Say I have [Column1] as "Criteria range" …

powerbi powerquery m
Is there an ISNUMBER() or ISTEXT() equivalent for Power Query?

I have a column with mixed types of Number and Text and am trying to separate them into different columns …

powerquery
Json to excel using power query

I have some json on a website that i want to convert to excel using the power query option from …

json excel powerquery
How do I comment in Power Query M?

Is there a way to comment M code / comment out lines or blocks of code?

comments powerquery m