Forum Discussion

jasperj101's avatar
jasperj101
Icon for Helper I rankHelper I
2 years ago
Solved

Clashing Page Filters Different To Visible Arguments

Hello,    I have an issue with clashing page filters in a report, I have made a simple model below to highlight this issue:    I have a table of questions as below, these questions can have diffe...
  • jasperj101's avatar
    jasperj101
    2 years ago

    Hi, 

     

    After a bit more reading my colleagues found this following article on SQLBI that is very similar to the scenario we came up with, this is a feature known as auto-exist when SUMMARIZECOLUMNS is executed to display a visual. 

     

    https://www.sqlbi.com/articles/understanding-dax-auto-exist/

     

    The way to avoid this is to separate the 2 columns into their own dimension tables to avoid auto-exist irreversibly filtering out combinations of values it does not see in its initial context. (Star schema wins again!)