Forum Discussion
ikarouscb
2 years agoFrequent Visitor
Return text value based on index number
Hello Everybody i need your help, probably its more simple than i thought but i have tried diferent things with no success i have a table of information, where the "Database downloaded", ad...
- 2 years ago
ikarouscb try using this formula for measure:
Text = CALCULATE(MIN(Table_Row[Created]),Table_Row[Indice]=1)
And this is even better because even if you filter out indice 1 on report, it will always show data:Text = CALCULATE(MIN(Table_Row[Created]),ALL(Table_Row),Table_Row[Indice]=1)
Cheers,
Nemanja Andic
nandic
Resident Rockstar
2 years agoikarouscb try using this formula for measure:
Text = CALCULATE(MIN(Table_Row[Created]),Table_Row[Indice]=1)
And this is even better because even if you filter out indice 1 on report, it will always show data:
And this is even better because even if you filter out indice 1 on report, it will always show data:
Text = CALCULATE(MIN(Table_Row[Created]),ALL(Table_Row),Table_Row[Indice]=1)
Cheers,
Nemanja Andic