Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
on your measure column set if like this
=if(sum(y+x)>5,sum(y+x),null())
and than in table properties add-ons -> way of handling data
uncheck null values
thank you @BPiotrowski
It works fine.
If i have multiple columns in a table, i have to add in each of them the relevant expresions.
is there any other way to achive the same result , because reading in the community that" if statements " have impact in to performance i wondering if it's the best solution !!
So in this situation the only possible way I know would be preparing table in load script.
As I know it's the most efficient solution.