Forum Discussion
joerykeizer
Helper II
10 years agoUsing 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...
- 10 years ago
Create a RankX as a new Measure and then u try to concatenate. it will be working :-)
Baskar
Resident Rockstar
10 years agoCreate a RankX as a new Measure and then u try to concatenate. it will be working :-)
- joerykeizer10 years ago
Helper II
Thanks. Somehow I was thinking I needed to do this in a column. Concatenate in a measure made it work!