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.