power query

power query

962 bookmarks
Custom sorting
Custom Aggregations in ‘Group By’
Custom Aggregations in ‘Group By’
Grouping Basics You can find the Group By button on the Power BI Query Editor window in 2 places: In the result dialog box, you can choose your key columns and aggregates. The key columns will default to what columns you currently have selected: From here, you will get the grouped result: Custom...
·community.powerbi.com·
Custom Aggregations in ‘Group By’
COVID-19: Build your own Power BI dashboard
COVID-19: Build your own Power BI dashboard
With all the craziness in our lives due to coronavirus, the reliance today on facts is more important than ever. To help you stay safe I thought you would appreciate this tutorial to learn how you can build your own reliable Power BI report that can analyze the confirmed infections, recovery and death rates of …
·flip.it·
COVID-19: Build your own Power BI dashboard
Transforming a cumulative time series into an event-based time series
Transforming a cumulative time series into an event-based time series
This blog post is the second of a series related to parsing time series about COVID-19, you can find the first one here. When dealing with time series, you should always check if your time series a…
·seddryck.wordpress.com·
Transforming a cumulative time series into an event-based time series
Weird JSON structure and search for a value with Power Query/M
Weird JSON structure and search for a value with Power Query/M
In a recent project, I was facing a really weird JSON structure. Each element of the JSON was more or less a dictionary with sparse keys. It means that the field names were different from an elemen…
·seddryck.wordpress.com·
Weird JSON structure and search for a value with Power Query/M
Excelguru Help Site - Monkey Tools
Excelguru Help Site - Monkey Tools
MonkeyTools Pro is a set of tools to help you build better data models more quickly and using data modelling best practices. They also help you audit what has been done in your data model.
·excelguru.ca·
Excelguru Help Site - Monkey Tools
Monkey Tools is Here
Monkey Tools is Here
Monkey Tools is an Excel add-in that provides tools that help you build better Excel based models more quickly, and audit those you receive from others.
·excelguru.ca·
Monkey Tools is Here
Script for Creating TIME Table in Power BI with Hours, Minutes and Seconds Buckets
Script for Creating TIME Table in Power BI with Hours, Minutes and Seconds Buckets
I have a Power Query script that I usually use in any Power BI solution that needs time-based analysis. However, I never had a chance to publish it here for everyone to use. So here it is. A friend's question about a time table reminded me that it is good to publish this to the…
·radacad.com·
Script for Creating TIME Table in Power BI with Hours, Minutes and Seconds Buckets
Hidden Power Query Keyboard Shortcuts & Functionalities
Hidden Power Query Keyboard Shortcuts & Functionalities
This is a documentation of hidden but essential microsoft power query keyboard shortcuts, for power bi, that is meant to make operations less tedious.
·flip.it·
Hidden Power Query Keyboard Shortcuts & Functionalities
Transforming a Table to Top 10 (by values) and Others with Power Query
Transforming a Table to Top 10 (by values) and Others with Power Query
Utilizing Power Query Lists 2/3 This article is part 2 of the Using Power Query lists series. In this series, we will look at how we can use lists to do the following: Dynamic Filtering on a Column Using Lists Changing a Table of Attributes and Values to retain only Top 10 Attributes (by values) […]
·excelunplugged.com·
Transforming a Table to Top 10 (by values) and Others with Power Query
Monkey Tools Update Now Available
Monkey Tools Update Now Available
We’re pleased to announce the first Monkey Tools update is now available! A new feature, some new logic and an update to our Power BI connector.
·excelguru.ca·
Monkey Tools Update Now Available
To Transpose or Unpivot? What you need to know about table structuring in Power Query
To Transpose or Unpivot? What you need to know about table structuring in Power Query
When you have a tool that can carry out up to 380 data transformations, mostly through simple GUI clicks, then the tool is not ordinary. That explains why Power Query, originally born in Excel, is now a powerful engine in many other tools (Power BI, Power Automate, CDS, Azure Analysis Services, ma...
·community.powerbi.com·
To Transpose or Unpivot? What you need to know about table structuring in Power Query
Utilizing Power Query Lists 3/3
Utilizing Power Query Lists 3/3
Dynamically retaining only columns that contain Actual values from a Table This article is part 3 of the Using Power Query lists series. In this series, we will look at how we can use lists to do the following: Dynamic Filtering on a Column Using Lists Changing a Table of Attributes and Values to retain […]
·excelunplugged.com·
Utilizing Power Query Lists 3/3
Fibonacci Sequence: Understanding the Power Query Recursive Function for Power BI
Fibonacci Sequence: Understanding the Power Query Recursive Function for Power BI
Recursive functions in Power Query are not very popular, but sometimes very helpful when in need. In this post, I'll explain what a recursive function is, how it works, and explain it through a famous recursive example of Fibonacci Sequence. Fibonacci Sequence Fibonacci sequence is one of the fundamental recursive operations in math, below are…
·radacad.com·
Fibonacci Sequence: Understanding the Power Query Recursive Function for Power BI
Monkey Tools Update Now Available
Monkey Tools Update Now Available
We’re pleased to announce the first Monkey Tools update is now available! A new feature, some new logic and an update to our Power BI connector.
·flip.it·
Monkey Tools Update Now Available
#PowerQuery – Using SQL scalar value functions in PowerQuery
#PowerQuery – Using SQL scalar value functions in PowerQuery
Currently I am working with a project where we extract data from a SQL server – some of the business logic is built into scalar value functions (documentation). Now the magic of PowerQuery enables …
·eriksvensen.wordpress.com·
#PowerQuery – Using SQL scalar value functions in PowerQuery