Traducir el blog
Power Query - multiple slicers (2/4)
In the second solution to the problem of being able to insert multiple slicers in a table, we just use Power Query to solve it, being the first query equal to that of the first proposed solution: unpivoting other columns.
You can read how to unpivot the original table in this link:
Second solution
The second query with Power Query is based on the following article:
Dingbat Data - Non-aggregate pivot with multiple rows in Power Query
Cameron Wallace published in that post a generic function that solves the case there are multiple detail values for the same data type and the same person.
The generic function in Power Query looks like this:
As source, we start from the unpivoted table (TableDetails) and pass two arguments: the column to pivot (Type) and the column with the values (Details).
To understand it, TableDetails is a normalized table with 3 columns that cannot be pivoted in the usual way, as it contains multiple values of detail for the same name and type, so it will be necessary to create additional rows when this table is pivoted:
For example, Mary has lived in two different locations: London and Joburg, so it takes 2 rows to pivot that data.
For this, the Pivot Duplicates Function has been defined with this Power Query M code:
I am not going to explain these M formulas in detail because they are not mine and are explained in the blog where this function was originally published (link here). In a next post I'll publish the fourth proposed solution, where I'll explain some of these formulas.
The way to call this function is:
= #"Pivot Duplicates Function"(TableDetails, "Type", "Details")
With which the TableDetails with its Details is pivoted by the Type, resulting in the following table:
For each Name of a person, one or more rows are obtained with all their Locations, Ages & Skills.
Null values indicate that this value is the one in the previous row, so the next step is to fill those values down with this function:
= Table.FillDown(Source,{"Locations", "Ages", "Skills"})
With which the desired second solution is achieved:
Now multiple slicers can be inserted into this table, as requested in the initial forum query.
Second solution download
- From this link to Microsoft OneDrive:
- From this link to Sites Google Drive:
I've posted the third solution with a simplified version of the generic function that has been used in this second solution. Access it at the following link:
Mi lista de blogs
-
El Gráfico Camaleónico de Excel que Cambia de Tipo con un Clic - ¿Qué pasaría si tu dashboard no solo actualizara los datos, sino que cambiara completamente el tipo de gráfico con un […] The post El Gráfico Camaleónico...Hace 1 día
-
Reloj analógico en tiempo real - 🔝*To translate this blog post to your language, select it in the top left Google box. * Un reloj analógico en tiempo real En el artículo anterior p...Hace 2 días
-
INTEGRACIÓN AVANZADA DE TEXT-TO-SPEECH EN POWER PLATFORM CON AZURE AI FOUNDRY - Hola a todos, Hoy os voy a hablar de una arquitectura de Text-to-Speech construida sobre Azure AI Foundry e integrada con Power Platform. El objetivo … ...Hace 4 días
-
Sucesiones completas - En esta entrada abordaré un tema interesante, y es el de la posibilidad de que los elementos de una sucesión de números naturales, finita o infinita, ge...Hace 1 semana
-
Creación de Prompts en IA - Objetivo de estas practicas que te propongo y que te ayudarán a: Actividad 1: Creación de Prompts en IA Elaboración de un prompt para generar un email pr...Hace 3 semanas
-
py_xlCBA – Supports with defined deflections - As stated in the previous post, this post will cover the calculation of beam actions and displacements when one or more supports have a defined vertical di...Hace 4 semanas
-
📒 Cómo separar textos dentro de una misma columna y agrupar fechas y horas con Power Query en Excel 💪🏽 - 📒 Cómo separar textos dentro de una misma columna y agrupar fechas y horas con Power Query en Excel 💪🏽 En muchos escenarios de análisis de datos, especi...Hace 5 semanas
-
9 Interesting Examples With PY Function in Microsoft Excel - These are the most interesting PY function tasks in Microsoft Excel that’ll surely make you a fan! The PY function in Microsoft Excel opens up an exciting ...Hace 2 meses
-
Build a Daily Events Calendar in Excel - Use my Excel events calendar to track meetings and events inside a workbook. Add your upcoming events to a list, set a start date, and then see those items...Hace 2 meses
-
FREE Calendar & Planner Excel Template for 2026 - Here is a fabulous New Year gift to you. A free 2025 Calendar Excel Template with built-in Activity planner. This is a fully dynamic and 100% customizabl...Hace 2 meses
-
Excel para Diseño de Mezclas de Concreto: Métodos Walker, Fuller, ACI y Módulo de Finura - El diseño de mezclas de concreto es un proceso fundamental en proyectos de construcción civil para garantizar que el hormigón cumpla con la resistencia, tr...Hace 2 meses
-
Mostrar datos de dos celdas en un cuadro de texto de Microsoft Excel - En Microsoft Excel es posible vincular el contenido de una celda a un cuadro de texto o a una forma. Vincular contenido de cuadro de texto a valor de cel...Hace 3 meses
-
Cómo hacer gráficos en Excel - Excel es una de las herramientas más potentes y versátiles para el análisis y la presentación de datos. Los gráficos en Excel no solo ayudan a visualizar...Hace 11 meses
-
Fin - Llevo tiempo pensando esta entrada y no sé que decir. Analisis y Decisión nació en 2008 y no ... Leer más »Hace 1 año
-
Análisis DAFO (FODA, DOFA) las decisiones con Excel - Para conocer la situación de una empresa, proyecto o persona, recurrimos al análisis DAFO (FODA, DOFA) en la toma de decisiones con Excel. El los años sese...Hace 1 año
-
Color, Conditions, and Copilot: How to save time using conditional formatting with Copilot in Excel - Hi everyone, this is part 11 in a series of posts to show you some of the things that are possible to do with Copilot in Excel. *What is conditional f...Hace 1 año
-
Megaguía: Excel para principiantes - Si estás comenzando a trabajar con Excel, esta megaguía se va a convertir en tu salvación. Nada de tutoriales avanzados ni de funciones complejas, esta… ...Hace 1 año
-
How To Predict Bearing Life With Excel - When you work in mechanical engineering, understanding the reliability and performance of bearings under various conditions is crucial. Bearings are the co...Hace 1 año
-
TikTok’s search evolution - 2 in 5 Americans use TikTok as a search engine. Nearly 1 in 10 Gen Zers are more likely to rely on TikTok than Google as a search engine. More than half of...Hace 1 año
-
Unblocking and Enabling Macros - When Windows detects that a file has come from a computer other than the one you're using, it marks the file as coming from the web, and blocks the file....Hace 2 años
-
Office Scripts: Trabajando con Tablas - [image: Office Scripts: Trabajando con Tablas] Me he dado cuenta que últimamente solo escribo de lenguaje M (es mi pequeño vicio)... pero hay que liberar l...Hace 3 años
-
Hello world! - [image: Hello world!] Welcome to WordPress. This is your first post. Edit or delete it, then start writing!Hace 3 años
-
La importancia de saber mecanografía en 2022 - [image: Resultado de imagen de mecanografía viñeta escribiendo a máquina] Según la RAE, la mecanografía es el arte de escribir a máquina. Hace unos cuantos...Hace 3 años
-
London Excel Meetup Workbooks - The workbooks used in my presentation on “Analytical and Interactive Dashboards in Excel” at the London Excel Meetup, September 3, 2020Hace 5 años
-
Cálculo de jornada que termina al día siguiente (Power Query) y despedida - [image: Cálculo de jornada que termina al día siguiente (Power Query) y despedida] Este blog se ha ocupado de cálculos de tiempo con bastante intensidad, c...Hace 5 años
-
International Keyboard Shortcut Day 2019 - The first Wednesday of every November is International Keyboard Shortcut Day. This Wednesday, people from all over the world will become far less efficient...Hace 6 años
-
Welcome, Prashanth! - Last March, I shared that we were starting to look for a new CEO for Stack Overflow. We were looking for that rare combination of someone who… Read more "W...Hace 6 años
-
Visualize parts and whole - combine clustered column and stacked column charts - *Inga: Disa what?* *Igor: -ppeared.* by The FrankensTeam ------------------------------ Really it was 3 years ago we posted our last article? *Freddy: Th...Hace 6 años
-
Salvador Sostres, analfabeto profesional - Los nuevos tiempos traen nuevas profesiones. Internet, además, ha revolucionado el mundo del periodismo y la palabra escrita. Adaptarse o morir, ese es el ...Hace 7 años
-
Planificación de compras - Realizar una lista con los productos que necesitamos y que formarán parte de nuestra cesta de la compra nos ayuda a *encontrar la combinación de bienes p...Hace 13 años
-
-
-
-
-
-
-
-
-




No Response to "Power Query - multiple slicers (2/4)"
Leave A Reply
Comenta este artículo, critícalo o avisa si detectas algún error que haya que corregir.