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 September 15. Request your voucher.
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 |
---|---|
14 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
14 | |
8 | |
5 |