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 everyone,
I'm looking to create a measure that shows the products not sold for a certain period without needing slicers for the period.
I have attached a PBIX that has a measure that seems to work but I have no date or period filters within and not sure how to integrate it correctly.
Any help would be greatly appreciated!
PBIX - https://drive.google.com/file/d/1hGLHOQ8fBKMsMAvRHoNeip4qPEGokiFg/view?usp=drive_link
Solved! Go to Solution.
@gbarr12345 , Simply sum it using Product dim or column
Not Sold = Sumx(Values(Product[Product]), IF(ISBLANK([total_sales]),1, BLANK()) )
Hello! How do I modify this DAX? I have a similar problem where in I need to categorize a product if it has not been sold to a customer in the last 2 years. "New" will be no sales in the last 24 months, "Existing" if the product has been sold to the same customer within 24 months. Thank you!
@gbarr12345 , Simply sum it using Product dim or column
Not Sold = Sumx(Values(Product[Product]), IF(ISBLANK([total_sales]),1, BLANK()) )
Hi Amit,
This worked! Thank you so much!
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 |