Forum Discussion

udian's avatar
udian
Helper III
9 years ago
Solved

All Function Ignored When Using Power BI in Direct Query Mode

Hi All,   I am using Power BI in direct query mode to query a tabular cube (the cube was created manually).   One of the measures in the cube contains ALL() function in order to ignore user filte...
  • v-haibl-msft's avatar
    v-haibl-msft
    9 years ago

    udian

     

    I don’t think this is possible in Direct Query Mode. When you select a leading month, the table will always be filtered based on your selection in the slicer, unless you edit interactions to none. But in that case, the table visual will never be filtered. As I said before, the ALL function will ignore the filter from the slicer in the measure calculation, but will not impact the table visual display.

     

    I suggest you use one more slicer like Timeline to select the last 12 months and control the rows shown in the table chart.

     

    Best Regards,

    Herbert