Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
WilliamForero
Helper I
Helper I

Medida de dax que me deja la tabla en blanco

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 

Calificacion CIFIN =
VAR CIFIN = CALCULATE(MAX('Moras Colombia'[Calificacion CIFIN]),FILTER(Clientes,Clientes[Id Cliente]))
return CIFIN
 
WilliamForero_0-1664316532338.png

 

no he podido agregar la medida a la tabla pues me la deja en blanco.

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

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

amitchandak
Super User
Super User

@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.

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.