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.
Hi all
Appreciate if you could help with this
So I have dataset which comprises all stores within England and I am creating some reports for comparing items performance of a subset (stores of a certain company - lets call it ACME) with the Rest of England Stores. The Stores within the subset are in a separate lookup table.
I have defined the following measures:
Hi @AviBI ,
ACMEItems = Calculate ('ItemsData'[NationalItems] , FILTER(ACMEStores, NOT ACMEStores[Group] IN {"ACME"})
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hi Harsh
Thanks for the speedy response and solution
Your solution did not work for some reason but I did manage to find a solution. I basically filtered the Data Table using "<> ACME" condition on the relevant lookup table column
Many thanks once again for your solution
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
29 | |
19 | |
13 | |
8 | |
5 |