Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi there!
I want put a highlight bar in a filter, when it's a value selecting.
But the highlight only works in the filter, when I selecting values in other filter!! Very weird ><'
Please, can somebody help me?
Here below, how I configurated the filter:
1-First, I created the DAX condicional:
Regra Filtro =
VAR RegistrosTT =
CALCULATE(
COUNT( Tabela[SEMANA] ),
ALL( Tabela[SEMANA] ))
VAR Registros = COUNT(Tabela[SEMANA])
RETURN
IF( Registros = RegistrosTT, 0, 1 )
2-With filter selected I went to Options menu -> Effects -> Shadow and click in Condicional format color.
3-Then I choose Rules -> the condicional DAX "Regra filtro" and formated the criterions as I want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.