Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hola comunidad,
Quisiera de su apoyo para solucionar el siguiente problema.
Cuento con un objeto visual "tabla" que me trae informacion de varias fuentes que se han cargado, pero a la hora de agregar una medida que cree me deja la tablaen blanco.
Esta es la medida que tengo
no he podido agregar la medida a la tabla pues me la deja en blanco.
Solved! Go to Solution.
@WilliamForero , what do you want to achieve using this filter ?
FILTER(Clients,Clients[Client Id])
may be you need
FILTER(allselected(Clients) ,Clients[Client Id] = max(Clients[Client Id]) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Hi, @WilliamForero
If you want to determine if a table is empty, you can try to use this dax:
COUNTROWS('Table')=BLANK()
If this method does not meet your needs, you can provide us with your special sample data and the desired output sample data in the form of tables, so that we can better help you solve the problem.
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
@WilliamForero , what do you want to achieve using this filter ?
FILTER(Clients,Clients[Client Id])
may be you need
FILTER(allselected(Clients) ,Clients[Client Id] = max(Clients[Client Id]) )
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
17 | |
17 | |
14 | |
12 | |
12 |
User | Count |
---|---|
10 | |
9 | |
8 | |
7 | |
7 |