The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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())
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |