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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

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

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

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , 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.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

thanks Amit you are star. God bless you

 

Anonymous
Not applicable

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

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

 

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

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 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.