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.
Estimados, recurro a ustedes por ayuda.
He llegado a resultados a través de una medida.
Necesito filtrar por un segmentador los resultados de la siguiente medida:
Estaba intentando a través de Tablas desconectadas pero no tuve éxito.
Ya se que esto puedo lograrlo si fuese una columna dentro de la tabla.
Muy agradecido si me pueden ayudar o guiar.
Solved! Go to Solution.
Hi @LucianoS ,
Please try below steps:
1. below is my test table
Table:
Table2:
2. create measure with below dax formula
Measure = IF(MAX('Table'[Column1])>MAX('Table'[Column2]),"Seguro","Reponer")
Measure2 =
VAR cur_choice =
SELECTEDVALUE ( Table2[Column1] )
VAR _m = [Measure]
RETURN
IF ( ISFILTERED ( Table2[Column1] ), IF ( cur_choice = _m, 1 ), 1 )
3. add table visual with Table fields and Measure, add slicer visual with Table2 field, add Measure2 to the table visual filter pane.
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @LucianoS ,
Please try below steps:
1. below is my test table
Table:
Table2:
2. create measure with below dax formula
Measure = IF(MAX('Table'[Column1])>MAX('Table'[Column2]),"Seguro","Reponer")
Measure2 =
VAR cur_choice =
SELECTEDVALUE ( Table2[Column1] )
VAR _m = [Measure]
RETURN
IF ( ISFILTERED ( Table2[Column1] ), IF ( cur_choice = _m, 1 ), 1 )
3. add table visual with Table fields and Measure, add slicer visual with Table2 field, add Measure2 to the table visual filter pane.
Please refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.
User | Count |
---|---|
78 | |
76 | |
53 | |
37 | |
31 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |