Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Adding Days to a fixed Date where Days is a Calculated Measure

Hi All,   I have a confusing one. I'll try add as much detail as possible.   Our Trading weeks start on a Sunday and end on the following Saturday. I have a measure thats currently calculating ho...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Anonymous 

     

    Actually that slicers cannot be used in calculated columns.

    Calculated columns use row context. They are populated once at data refresh, and don't update again.  If you change interactions, change slicers, the underlying row context and any calculations performed at load would be unaffected.

     

    Also measure in table view can not be affected by the slicers or filters, it could be seems as static. Slicers and filters affect visuals only.

     

    So, you should use a measure instead of the calculated column if you would like to change the calculation in a table when the slicer value changed.

     

    Best Regards

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