Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Table Visualization

Hi All, I am trying to obtain similar solution as shown below in Table visualization. I know I can do with matrix visualization easily but I have other calculated measures I need to add to this so I...
  • mahoneypat's avatar
    6 years ago

    To do that, you would need to create separate measures for each column like this

     

    Week 1 = CALCULATE([Your Measure], Source[Week] = 1)

    Week 2 = CALCULATE([Your Measure], Source[Week] = 2)

     

     

    If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

    Regards,

    Pat