Forum Discussion
Matching records and filter the data
- 6 years ago
Hi Anonymous ,
Try this:
Name Measure = IF ( SEARCH ( SELECTEDVALUE ( TableB[Name] ), MAX ( TableA[Name] ),, BLANK () ) <> BLANK (), MAX ( TableA[Name] ) )Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Team ,
Please help me in this .i am able to filter the rows as shaown above , but i am trying to show the filtered affected rows count in the card visualization but its showing overall count only not changing the as per the filter .
Regards,
Srinivas.
Hi Anonymous ,
Try this:
Count = COUNTAX ( FILTER ( TableA, TableA[Name] = [Name Measure] ), TableA[Name] )
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Hi Icey ,
Thank you so much for your support , i am trying to select more than one value from slicer that its showing same constant vlaue in card visual. please suggest me the solution .
Regards,
Srinivas.- Anonymous6 years agoNot applicable
Hi ,
Please suggest me the solution.
Regards,
Srinivas.