Forum Discussion
Measure as filter?
- 2 years ago
Hi joshua1990 ,
You can create a column wich has the value 'has_sales' and 'has_budget' :
ColumnFilter = IF( 'Table'[sales] > 0, "has_sales", IF( 'Table'[budget] > 0, "has_budget", BLANK() ) )From this column you can filter your data.
- Anonymous2 years ago
Hi joshua1990 ,
What everyone else has said makes a lot of sense.
First, make sure your four tables are properly related to each other.
Second, are your "sales" and "budget" column names?
If so, drag "sales" and "budget" to the Filter at the visual object level and set the condition to is greater than 0.
If you have any other questions please feel free to contact me.
Best Regards,
Yang
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Have you considered using CoPilot to ask these kinds of questions of your sematic model?
This is a good suggestion and I can definitely try but the transformative journey towards Copilot is very much on-going, not all users are allowed/willing/capable/trained/confident to use Copilot yet.
- lbendlin1 year agoSuper User
Or maybe try the Q&A visual as an intermediate option.