Forum Discussion
Emiliano
7 years agoRegular Visitor
SWITCH
I'm using the following formula to populate a specific column of a table: Limite = SWITCH('Tabella FIP CDA'[ordine];3;[Bond];2;[Corporate]) Tha tabe has 3 colums: ordine( constant numbers from 1 t...
- 7 years ago
I got the solution bymyself it's enough to use SWITCH(TRUE()
Emiliano
7 years agoRegular Visitor
The measures are calculated outside table with data outside the table but they are only put in the table in each rows with function SWITCH (each row has a different measure) and they have to change with time filter but the don't.