Forum Discussion

6 Replies

  • bcdobbs's avatar
    bcdobbs
    Community Champion

    Just to rule out an easy solution try putting inverted commas round the table name, eg

     

    'TableName'[Column Name]

    also no space between the table and column section.

    • AtchayaP's avatar
      AtchayaP
      Helper V

      Table name is not showing , I have used same calculation in calculated column , I didn't get any error but while using in measure , table name is not showing

  • Hi AtchayaP 

     

    Put your conditions in IF statment to the MAX  and then test it as a measure.

     

    IF(MAX('TABLENAME'[Product Family])="XXX",....

     

    If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
    Appreciate your Kudos!!
    LinkedIn: 
    www.linkedin.com/in/vahid-dm/

     

     

    • AtchayaP's avatar
      AtchayaP
      Helper V

      But it is showing error as MIN function accepts a column reference as an argument...could you help me with this code