Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Why adding a measure to a visualization gets all the data even though the filter is applied?

I have a table visualization, as shown in the screenshot below,
I have applied one filter to it


However, when I add a measure, it starts giving me all the dates as shown in ss below

 

It should only show a single row. why is it not filtering when a measure is added?

2 Replies

  • v-xicai's avatar
    v-xicai
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

     

    Please check if there is syntax such as "FILTER(ALLSELECTED(Table1),... " or "FILTER(ALL(Table),..." in your FILTER condition of new measure. You can delete ALLSELECTED or ALL, and try it again.

     

    Best Regards,

    Amy

     

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

    • Anonymous's avatar
      Anonymous
      Not applicable

      v-xicai , No I have not used Allselected in my measure


      v-xicai wrote:

      Hi Anonymous ,

       

      Please check if there is syntax such as "FILTER(ALLSELECTED(Table1),... " or "FILTER(ALL(Table),..." in your FILTER condition of new measure. You can delete ALLSELECTED or ALL, and try it again.

       

      Best Regards,

      Amy

       

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