Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Adding a Measure to a Table Visual causes table to be filtered

Hello,

 

I have a report with a table visual.  When I add a specific measure to this table visual, it causes the data to be filtered, which is NOT what I expected or want to happen.  Is there a way to add a measure without it causing the data to be filtered?  The measure in question simply adds a column with a Green check box or Red X.  

The measure is written as:

Delivery Needed =
     IF(CONTAINSSTRING('BOM Details'[Location], "REAMER"), UNICHAR (9989) ,UNICHAR ( 10060))


Thanks in advance,

Rich

2 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Anonymous Hmm, not sure why that would filter the table unless perhaps you are running into an Auto-exist issue?

    • Anonymous's avatar
      Anonymous
      Not applicable

      Very strange because I have other measures that do not result in the visual being filtered.