Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hallo
Hope somone can help me.
I have af measure, where I try to Count customers with non active product. but the measure also count customers if there have both Active and non Active - How can i only count the customers there only have non active product.
Best regards Andreas
Solved! Go to Solution.
@andreasalleslev , Try a measure like
Customer without active product =
CALCULATE(
Countx(filter( Values(Ordre[customer_id]), isblank([Aktive produkter])),[customer_id])
)
@andreasalleslev , Try a measure like
Customer without active product =
CALCULATE(
Countx(filter( Values(Ordre[customer_id]), isblank([Aktive produkter])),[customer_id])
)
Thank you so much:-)
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |