Forum Discussion
Anonymous
3 years agoNot applicable
Dynamic names in field parameters (Selectedvalue)
Hi community, I am trying to get dynamic column names in my tables in a way that it always shows the Gross revenue for the selected year and the year before. I am using a field parameter and I ...
Felipe_Matssu
2 years agoRegular Visitor
Olá... Estava com o mesmo problema, consegui resolver criando uma medida da seguinte forma:
Nome_Título =
SELECTCOLUMNS('Parâmetro de Campo",'Parâmetro de Campo'[Campo])
Como no filtro em que está o parâmetro já está configurado para seleção única, o resultado dessa medida mostra apenas o nome do coluna selecionada.
Espero que possa ajudar de alguma forma 😃
_____________________________________________________________
Hello... I had the same problem, I managed to solve it by creating a measure as follows:
Name_Title =SELECTCOLUMS('Field Parameter",'Field Parameter'[Field])
As in the filter where the parameter is already configured for single selection, the result of this measure only shows the name of the selected column.
I hope I can help in some way 😃
PS.: Traduzido pelo google