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