The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Buenas tardes comunidad! Tengo una tabla en la cual para cada cliente me dice la cantidad de visitas semanales con el siguiente formato.
Necesito realizar una tabla resumen para poder contar rápidamene la cantidad de clientes que tienen 1 visita semanal, y la cantidad que tienen 2 visitas. Debería tener un formato similar al de la tabla de abajo.
Para este ejemplo serían 3 clientes que tienen una visita semanal, y 6 clientes con 2 visitas.
El dato de visitas en la tabla original proviene de contar la cantidad de filas que tiene cada cliente con este formato
Podrían guiarme sobre como hacer esto? Desde ya muchas gracias!
Solved! Go to Solution.
Hi @Anonymous ,
Provide another way of thinking.
In PowerQuery Editor --> Reference the table;
Selcet these columns and right-click --> unpivot columns;
Filter rows;
Group rows
Then create a table visual and drag the [Count] with the measure count of [Count] into it.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @Anonymous ,
Provide another way of thinking.
In PowerQuery Editor --> Reference the table;
Selcet these columns and right-click --> unpivot columns;
Filter rows;
Group rows
Then create a table visual and drag the [Count] with the measure count of [Count] into it.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Muchas gracias @Anonymous !! Funciona perfecto para lo que necesitaba hacer!
@Anonymous , You need to do dynamic Segmentation for that
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
User | Count |
---|---|
14 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |