Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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())
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |