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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.