Forum Discussion
Operations on filtered Tables
- 8 years ago
Hi Kontrast,
Yes, we are not able to list the different ingredients in a new table dynamically. As a workaround, you could try below measure to calculate the number of different records between the selected pizza and the offer of the supplier:
Difference = COUNTROWS ( EXCEPT ( VALUES ( 'Pizza&ingredients'[ingredients] ), VALUES ( supplier[ingredients] ) ) )Best regards,
Yuliana Gu
Hi Kontrast,
Yes, we are not able to list the different ingredients in a new table dynamically. As a workaround, you could try below measure to calculate the number of different records between the selected pizza and the offer of the supplier:
Difference =
COUNTROWS (
EXCEPT (
VALUES ( 'Pizza&ingredients'[ingredients] ),
VALUES ( supplier[ingredients] )
)
)
Best regards,
Yuliana Gu
Hey v-yulgu-msft
mhh ok then i have to find another way to dynamically compare my Tables.
Maybe this is an idea for some propective updates in Power BI :D Would be really helpfull.
Thank you for your help!
Best regards
Kontrast