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. 

Is there any way to do this?

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

     

2 Replies

  • Baskar's avatar
    Baskar
    Resident Rockstar

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

     

    • joerykeizer's avatar
      joerykeizer
      Helper II

       

      Thanks. Somehow I was thinking I needed to do this in a column. Concatenate in a measure made it work!