Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Solved! Go to Solution.
If you change your original mesure from || to + does it work like you want?
Total Non- Promo Sales Filter =
CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 200 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Champion"
)
+ CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 170 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Edgemere"
)
+ CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 229 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Clean"
)
JD,
Thank you! It looks like it worked!! Adjusted the Promo formula to use the "less than" price point on those three. Now I can add the other families in with their price points for both measure! Have an awesome weekend!
@Anonymous
Couldn't you just do the following?
Non Promo $ = [Total Dollar Sales] - [Promo $]
That way if you need to make a modification to the [Promo $] calculation the [Non Promo $] will update at the same time.
Hi JD,
Thank you for your reply. But it only works with the Champion if I do it that way. I want to to filter on the other families which have different price points. So I don't know how to combine the filters so that when I select on a different family, it changes the values.
If you change your original mesure from || to + does it work like you want?
Total Non- Promo Sales Filter =
CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 200 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Champion"
)
+ CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 170 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Edgemere"
)
+ CALCULATE (
[TY Dollars],
FILTER ( 'LOWES Dol Sales', [TY Avg Retail] > 229 ),
'FAMILY REFERENCE (quarterly)'[Family] = "Clean"
)
JD,
Thank you! It looks like it worked!! Adjusted the Promo formula to use the "less than" price point on those three. Now I can add the other families in with their price points for both measure! Have an awesome weekend!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.