Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
96 | |
69 | |
43 | |
38 | |
29 |
User | Count |
---|---|
154 | |
93 | |
63 | |
42 | |
41 |