Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Direct query - matrix - days until today

Hi Helpers   I am trying to make a matrix like so, where I am comparing a date vs today and creating buckets from them the splitting the count by status       Days vs today         0-...
  • amitchandak's avatar
    5 years ago

    Anonymous , Direct Query mode also you can have columns but there are limitations.

    In the case of SQL Server, it allowed creating a new column like

     

     

    Column = DATEDIFF([Sales Date],today(),day)

     

     

     

    If you want the measure to display as a column/row, You need to have an independent table and create a measure that joins this measure and that table using some group by level

    refer video - https://www.youtube.com/watch?v=CuczXPj0N-k