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.
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
- BaskarResident Rockstar
Create a RankX as a new Measure and then u try to concatenate. it will be working :-)
- joerykeizerHelper II
Thanks. Somehow I was thinking I needed to do this in a column. Concatenate in a measure made it work!