Forum Discussion

TITO22's avatar
TITO22
Frequent Visitor
2 years ago
Solved

Freeze table even if filter used

Hi everyone, I have a table of sales :  I created two table visualisation : sales by month / sales sum by product and month  Now, i want to freeze my left table even if i use the month...
  • v-zhangti's avatar
    2 years ago

    Hi, TITO22 

     

    You can try the following methods.

    New table = VALUES('Table'[MONTH])

    Measure = CALCULATE(SUM('Table'[SALES]),FILTER(ALL('Table'),[MONTH]=SELECTEDVALUE('New table'[MONTH])))

    This visual will not interact with the source table.

    Is this the result you expect? Please see the attached document.

     

    Best Regards,

    Community Support Team _Charlotte

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