March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
hi Pros,
Could you please me with Dax for calculating average Product groups purchase by customers in rolling 28 days.
thanks
Solved! Go to Solution.
@giri41 , Create a measure like this and plot it with customer
averageX(values(Table[Customer]), calculate(distinctcount(Table[Product groups])))
@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])))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |