Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Olamum
Helper II
Helper II

Implementation TEST

 


Hello Community,

I'm currently working on creating a DAX formula to monitor our growth (Conversion rate) based on implementations we deployed for three products. We aim to assess the 30 days before and after the implementation date for each product.

Here are the product details and their respective implementation dates:

Timberland: 2020-07-26
AZ: 2023-07-13
Adidas: 2023-08-11

 

I am seeking assistance to ensure that the formula captures precisely 30 days before and after the implementation date for each product. I tried with this formula  

Implementation period =

 IF(data[Product] = "Timerland" && 'data'[Sales date] <DATE(2020,07,26) - 30 , "No Strategy Implemented",
   IF(data[Product] = "AZ" && 'data'[Sales date] <DATE(2023,07,13) - 30 , "No Strategy Implemented",
    IF(data[Product] = "Addidas" && 'data'[Sales date] <DATE(2023,08,11) - 30 , "No Strategy Implemented", "Implemented")))

resulted in more than 30 days for each product. I would greatly appreciate it if anyone could kindly provide assistance. Please find the link below for reference.


https://drive.google.com/file/d/1lj5Kn82CajYDhTsNMjHpzA4kBYFhyxP-/view?usp=sharing

4 REPLIES 4
Olamum
Helper II
Helper II

please assist @Ashish_Mathur 

Thanks for your time

Hi,

I do not understand your requirement.  Share a simple input Table in a format that can be pasted in an MS Excel file and for that table, show the expected result clearly.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Below is the link. I am just interested in 30 days before each

 timeland - date implementation was done 2020-07-26. I need to compare the percentage of 30 days before and 30 days after(That's the time range for all the product) product upgrade was done and 30 days after. Not intersted in other sales date. It's just like an a/b test


https://docs.google.com/spreadsheets/d/1av2W68xL4NfowAA7Bi4GHUo32AwE_N_h/edit?usp=sharing&ouid=11513...

Show the exact results in G9:H11.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors