Forum Discussion
Anonymous
8 years agoNot applicable
Use Column Headers as Variable in Measure
Hello. I am creating a matrix table to show annualised values. My values change based on declared number of years in the Measure. I have my Years as Column Headers. Is it possible to use t...
- Anonymous8 years ago
dearwatson
8 years agoContinued Contributor
In answer to your question I don't think it is possible to use the columns headers directly as a parameter of a measure.
But you may find you can use "what if" parameters to achieve what you are after...
https://docs.microsoft.com/en-us/power-bi/desktop-what-if
Say if you created a parameter for the number of years... or something.
Anonymous
8 years agoNot applicable
- Anonymous6 years agoNot applicable
I am facing a similar issue, I want to create a matrix based on user selection for columns and rows.
We have a slicer with column header names, if a column name is selected. I want the Values for that column as rows in the matrix.
Is this possible by using any VAR or Parameter?
Could anyone provide an example?
Regards
Thanks
- BG1235 years agoFrequent Visitor
sjaiswal11,
Did you ever figure this out? Everytwhere I look, suggests unpivoting....