Forum Discussion
win23
3 years agoNew Member
Filter The Records In The PowerBI
I have three tables for the PowerBI report 'table1' Which is having below columns id1 name1 'table2' Which is having below columns id2 name2 'table3' which is having below columns ...
parry2k
3 years agoSuper User
win23 add a below measure and then filter on this measure where measure value = 1
Count Measure =
CALCULATE (
COUNTROWS ( Table3 ),
Table3[TempId] IN { SELECTEDVALUE ( Table1[Id1] ), SELECTEDVALUE ( Table2[Id2] ) }
)
👉 Learn Power BI and Fabric - subscribe to our YT channel - @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤️