Forum Discussion

GanesaMoorthyGM's avatar
9 months ago
Solved

Cascading / Dynamic Filter Response help

Hi everyone, I need help configuring my Power BI slicers so they behave responsively based on user selections. I have the following filters: FiscalYear Month Country Location Code Wh...
  • GanesaMoorthyGM's avatar
    9 months ago

    Guys I solved by using a measure like:

    Cascading filter = INT ( NOT ISEMPTY(fact_sales))

    And add this is in all slicers visual lvl filter for all slicers eg:FiscalYear,Month,Country,Location_Code



    Now it is acting fine.

    Thank you for your response v-echaithra , rohit1991 .