Forum Discussion

joerykeizer's avatar
joerykeizer
Helper II
10 years ago
Solved

Using a measure (RankX) in a column

Hi all,   I have a product ranking and I would like to use the RankX value in a new column. The column = "some text"&'Table - ProductID'&","&[RankX].   I keep getting a circular dependency error...
  • Baskar's avatar
    10 years ago

    Create a RankX as a new Measure and  then u try to concatenate. it will be working :-)