March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
We are trying to build a report to identify customers who bought a specific product only, and not other products.
Tyring to adapt the solution from a similar thread to our context but we kept hitting into error. Appreciate if anyone can help.
https://community.powerbi.com/t5/Desktop/Customers-who-have-NOT-bought-a-product/td-p/199670
Measure = IF ( HASONEVALUE ( Items[Item] ), CALCULATE ( SUM ( Sales[Sales] ), FILTER ( Sales,NOT( CONTAINS ( Sales, Sales[Item], VALUES ( Items[Item] ) ) ) ) ), SUM ( Sales[Sales] ) )
Hi,
Share your data and also show the expected result there.
Hi,
My objective is to create a dynamic measure which returns the sales for customers who bought, say BABYBOY only.
Expected result from this snapshot: Return only CustomerNo = 23542 with Sales = 101.03
Thank you very much in advance!
Hi,
Thank you for clarifying. Please share a sample dataset to work with.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |