Forum Discussion

didi42's avatar
didi42
Frequent Visitor
4 years ago
Solved

Problem to allign 'Time intelligence' measures with text fields

Hello,   I am struggling with a problem, which seems very basic but for which I cannot find any solution and would really appreciate your help.   I have a simple data set of sales of product per...
  • didi42's avatar
    didi42
    4 years ago

    Hello,

     

    Thanks for taking the time to answer me. I tried to modify the measures with the one you provided me, however, I'm still facing the same issue.

     

    My basic understanding would be that, since with my measures "call" values from past month, then the text fields of previous month are also displayed.

    EDIT :I found a small trick which seems to work : Make a measure from my text.

     

     

    Text_as_measure = Calculate(MAX(Sheet1[Product 1 comment]))

     

     

     

    This way ,measures are shown correctly in one row and then everything is alligned

     

    Is it a correct way to do it, or could I improve it ?