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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
giri41
Helper II
Helper II

Calculating average products groups purchased customer in rolling 28 days

hi Pros,

 

Could you please me with Dax for calculating average Product groups purchase by customers in rolling 28 days.

 

thanks

 

1 ACCEPTED SOLUTION

@giri41 , Create a measure like this and plot it with customer

 

averageX(values(Table[Customer]), calculate(distinctcount(Table[Product groups])))

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@giri41 , what do mean by that. Can you share an example.

 

You can get last 28 days measure like this example using date tbale

 

Rolling 28 = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-28,DAY))

 

You can plot that with product group

 

 

or

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

thanks Amit you are star. God bless you

 

Hi Amit ,

 

On Average how many Material product groups (i.e which is in material table) purchased by customers.
we might have 40 product groups, we have 100 customers .. on average how many product groups are the customer purchasing.

customer         number of Product groups    weeks   average PG for week1

customer 1                  3                                   1            total pg/ unique customers 9/3 =3

customer 2                  5                                    1

customer 3                  1                                    1

customer 1                  1                                    2

@giri41 , Create a measure like this and plot it with customer

 

averageX(values(Table[Customer]), calculate(distinctcount(Table[Product groups])))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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