Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Filtering measure values

Hello everyone.

I have a report with many Card visuals, and measures. These measures I use as drillthrough that show a hidden page with more details.
When I go to the 2nd page, I need to filter the values that new hires > 0 to reflect 14 employees that I want.
Is there a way to change the logic of DAX calculation and explicitly define the filter within the measure and not in the visual?

Thank you

 

 




2 Replies

  • SpartaBI's avatar
    SpartaBI
    Community Champion

    Anonymous you mean you want the drillthrough to respect the measure logic or your question is not related to the drillthrough itself. Can you maybe share the file and show there with text cards what you are trying to achieve and I'll try to help

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous, you need to consider the value of the column equals 1 within your measure.

    Whenever you enable a measure in a drill through, all filters within the measures are considered in a drill through.

    So in this case, make sure that your count expression count when the value of column new hire is equals 1