Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I'd like to put a card in my board that tells me how many "Pharmacie" I have :
For example here, if I select the 101 secteur, I 'd like to have 10 in my card instead of 0
The Réassort filter is a measure :
In conclusion I'd like to sum my Réassort measure but I don't know how to do it.
Any help !
Thanks
Lydie
@Anonymous , Try a measure like
countx(filter(Values('Orders'[Secteur]), [Réassort] >1),[Secteur], blank())
or
Sumx(filter(Values('Orders'[Secteur]), [Réassort] >1),[Réassort] , blank())
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |