Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hola comunidad
Me gustaría saber si de alguna manera es posible filtrar una tabla usando segmentaciones de datos de mi modelo a pesar de que la tabla que estoy insterested no tiene ninguna relación con las otras tablas existentes.
El modelo está en la captura de pantalla a continuación, y la tabla que me interesa filtrar es la llamada Umbral
Mi resultado final debería ser un análisis de la siguiente manera pero pudiendo filtrar por columnas desde las otras tablas.
Solved! Go to Solution.
Reemplace las columnas Inv_Threshold y Value_Threshold calculadas con medidas, de esa manera seguirán respondiendo a los filtros o segmentaciones de datos en las otras tablas, por ejemplo.
Inv_Threshold = CALCULATE( COUNTROWS(T_RawData_Azure), T_RawData_Azure[Amount_in_EUR] <= SELECTEDVALUE( 'Thresholds'[Threshold]) )
Reemplace las columnas Inv_Threshold y Value_Threshold calculadas con medidas, de esa manera seguirán respondiendo a los filtros o segmentaciones de datos en las otras tablas, por ejemplo.
Inv_Threshold = CALCULATE( COUNTROWS(T_RawData_Azure), T_RawData_Azure[Amount_in_EUR] <= SELECTEDVALUE( 'Thresholds'[Threshold]) )
Gracias (L)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.