Found 962 bookmarks
Newest
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
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
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
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
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
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
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
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
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
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
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
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
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
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’
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI
Sometimes, you need to create a multiplication of all sets of all pairs from two different data tables in Power BI. This action is different from Merge (Join) because there is no matching key columns and no way to relate the two tables together. However, you want to create a multiplication as a flatten table.…
·radacad.com·
Cartesian Product in Power Query: Multiply All Sets of All Pairs in Power BI
Convert flat list to table in power bi pivot without a set key column using power query
Convert flat list to table in power bi pivot without a set key column using power query
The scenario I am explaining today is a very specific use case, However, I have seen examples similar to this happens very often. It happens that you get a text or Excel file with values written in a flat list structure, and that needs to be changed to a table format. Usually, this process can…
·radacad.com·
Convert flat list to table in power bi pivot without a set key column using power query