Forum Discussion
Shalaka1
3 years agoRegular Visitor
how to substitute a filter column with another column value when firing queries
Hi ,'
I need to substitute a filter column with another column value when firing queries in power bi desktop. Could you please help me for this.
Thanks,
1 Reply
- amitchandak
Super User
Shalaka1 , That need lot of context ,what is used relation etc
but you can try like
calculate([your measure], filter(Table, Table[Column] in values(Newval[Val]) ) )