Forum Discussion
How to filter a measure?
Hi,
I created a measure
Anonymous , I agree with parry2k to have a visual level filter. That would most effective.
Filter condition need a table name so you have try like
new EBITDA = calculate([EBITDA], filter('Values',EBITDA<>0))
Anonymous
The second EBITA will also be in [] . [EBITA] <> 0
6 Replies
- parry2k
Super User
Anonymous you can use visual level fiter and filter EBITDA not equal to zero
Ask anything Power BI. Book free appointment at https://www.perytus.com
- AnonymousNot applicable
Thanks for the reply.
I tried the visual filter but it did not work. Is this because EBITDA is a measure and not a column in the values table?
- amitchandak
Super User
Anonymous , I agree with parry2k to have a visual level filter. That would most effective.
Filter condition need a table name so you have try like
new EBITDA = calculate([EBITDA], filter('Values',EBITDA<>0))
- AnonymousNot applicable
amitchandak I get the following error while writing the formula. EBITDA is not a column in "values" table its a calculated measure.
- amitchandak
Super User
Anonymous
The second EBITA will also be in [] . [EBITA] <> 0