Forum Discussion

Ed2563's avatar
Ed2563
Frequent Visitor
1 year ago
Solved

Cannot Clone Measure

If this has already been asked, I apologize.  I could not find a solution searching for either "Clone" or "Copy." I am trying to create a copy of an existing measure that I have.  The Measure is a...
  • ryan_mayu's avatar
    1 year ago

    Ed2563 

    are you creating a column? You can't use current measure when you are creating a column

     

    or you can try 

     

    Company A On-Time = 
    IF(
       max( 'table1'[Delta]) >= -60 &&max( 'table1'[Delta] )<= -15,
         TRUE(),
         FALSE()
    )

     

    if this does not work, pls provide some sample data and expected output