Forum Discussion

viji_rajaraman's avatar
viji_rajaraman
Frequent Visitor
4 years ago

Filter condition not working with Measures

Hi,

 

I have below Filter to create table, when given Suppliername it is working

 

Filtered Fin = FILTER(ALL(Fin),TRIM(Fin[SupplierName])="ABC")
 
But when Measure is passed it is not working
 
Filtered Fin = FILTER(ALL(Fin),TRIM(Fin[SupplierName])=TRIM(Selected GSN))
 
I have displayed Measure - Selected GSN in a card and it is showing the correct Supplier Name selected in another table.
 
thanks,
Viji

2 Replies

  • Hi, viji_rajaraman 

    Could you please consider sharing more details about it and posting expected result so it is clear on what needs to be implemented?  And It would be great if there is a sample file without any sesentive information here.

    It makes it easier to give you a solution.

    1. Sample (dummy dataset) data as text, use the table tool in the editing bar
    2. Expected output from sample data
    3. Explanation in words of how to get from 1. to 2.

     

     

    Best Regards,
    Community Support Team _ Zeon Zheng

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.