Forum Discussion
Anonymous
3 years agoNot applicable
Field Parameters_Matrix Visual
I have created a field parameter as below. Test = { ("M1", NAMEOF(‘FactTable'[Measure1]), 0, "Units"), ("M2", NAMEOF(‘FactTable'[Measure2]), 1, "Value"), ("M3", NAMEOF('FactTable' [Measure3]), 2,...
Anonymous
3 years agoNot applicable
I have taken calculated columns into field parameters. That is the reason it didn't work as expected. I modifed them to measures, now it's working.