Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
67 | |
51 | |
39 | |
26 |
User | Count |
---|---|
87 | |
55 | |
45 | |
42 | |
36 |