Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I am using a pivot table and would like one of the measures to change its label depending on the pivot. However, it doesn't work for me. Do you know if I am making a mistake in the condition?
@dylangargo Could you please use one of the below expression:
if(Match(id_desc_metricas,1,2,3),'Distancia','Variacion')
or
if(wildMatch(id_desc_metricas,*1*,*2*,*3*),'Distancia','Variacion')
If this resolves your issue, please like and accept it as a solution
@dylangargo Could you please use one of the below expression:
if(Match(id_desc_metricas,1,2,3),'Distancia','Variacion')
or
if(wildMatch(id_desc_metricas,*1*,*2*,*3*),'Distancia','Variacion')
If this resolves your issue, please like and accept it as a solution