Forum Discussion

F800's avatar
F800
Frequent Visitor
1 year ago
Solved

Use Measure result as column header

Hi, I'm trying to build an access control matrix that provides IN and OUT times for each worker. I got it working by picking the Earliest badge scan into the building and the latest badge scan out of...
  • lbendlin's avatar
    1 year ago

    You cannot place measures in column headers. What you can do is use a disconnected reference table that feeds your column headers, and a new measure that calculates your ol measures depending on the reference value.

     

    This also means that you need to know all possible measure names in advance.