Forum Discussion
Slicer value in calculated column
- 4 years ago
Hi harshagraj ,
As you are using a calculated column, we cannot use the selected value from segment code slicer in the DAX for calculated column as calculated columns work on row by row calculation and tend to give static values in each row of the table.
You might need to create a measure for dynamic filtering of the segment code in the DAX.Thanks!
Avantika
Hi harshagraj ,
As you are using a calculated column, we cannot use the selected value from segment code slicer in the DAX for calculated column as calculated columns work on row by row calculation and tend to give static values in each row of the table.
You might need to create a measure for dynamic filtering of the segment code in the DAX.
Thanks!
Avantika
- harshagraj4 years ago
Post Partisan
Hi Avantika-Thakur thanks for the reply but the problem is cant able to create a measure for this too.I cant aggregate Segment code column.
IF(_??__(SegmentCode) =Selectedvalue(Segmentcode),1,0)