Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
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
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 )
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
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
Hello sir,
It Works now with
REP FIN =
IF([Rank]<>BLANK() && round([reliquat total],0)>=[Rank],1,BLANK())
I think there was an error sooner in my formaulas.
I have noticed something else with this.
It does not compute the column total, it is strange.
Here is the result.
As you can see it works in rows.
Then I do ==> [Partie entière répartition] + [REP FIN] = [Répartition finale]
But total should be 13 not 9 .
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 108 | |
| 39 | |
| 34 | |
| 27 |