Forum Discussion
Anonymous
5 years agoNot applicable
Filter a table based on a measure value
Hello, I have two tables and two cards here. (I want to remove the total row in the second table how do I do that?) Now I am trying to create additional table that are consist ...
- 5 years ago
Anonymous , one way is is use visual level filter , measure is not blank.
Or have meausre like the example
sumx(filter(values(Table[end]), not(isblank([measure]))),[measure])
amitchandak
5 years agoSuper User
Anonymous , one way is is use visual level filter , measure is not blank.
Or have meausre like the example
sumx(filter(values(Table[end]), not(isblank([measure]))),[measure])
- Anonymous5 years agoNot applicable
Thank you again Amitchandak 🙂