Forum Discussion
wrong measure result
Hi guys,
I do a measure Asking if The value in a column is equal to 2 and it only send information for some data not all.
here is my formula
why is this not working?
here is my link
4 Replies
- Jihwan_KimSuper User
Hi,
I am not sure whether I correctly understood your datamodel, but could you please try the below?
REP FIN = IF ( ROUND ( [reliquat total], 0 ) = 2, 1, 0 )- SebSchoon1Post Patron
Hello ^^
it does not work
What i need is to allocate one quantity to eache warehouse which have a Rank Less or equal to [Reliquat total]
But it does not work 😞
your solution provide me 1 everywhere i think i uses the Total value of Reliquat total
- v-jingzhangCommunity Support
Hi SebSchoon1
According to the description, do you want to compare the value in Rank and the value in Reliquat total? Can you please explain the expected result you want to achieve based on the current sample data?
Best Regards,
Community Support Team _ Jing