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
Hello!
I need to add a measure to a table that will indicate per product how many sku's are in its group (Group4name) given the filters used for the visualization ( they narrow down the number of products in the product table). Below I upload a simulation of the task in excel and a screen of my PBI.
I will be very grateful for your help!!!
Solved! Go to Solution.
Hi, @Faustyna
You can try the following methods.
Measure = CALCULATE(COUNT('Table'[Product ID]),ALLEXCEPT('Table','Table'[Group4name]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @Faustyna
You can try the following methods.
Measure = CALCULATE(COUNT('Table'[Product ID]),ALLEXCEPT('Table','Table'[Group4name]))
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |