Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi,
I'm trying to get an average of daily transactions at 3 levels and am not sure how to do it.
Here is the sample data
What I want to happen is to the average daily transactions aggregated based on the layer that the matrix is filtered at. But what I'm getting by using the Average function is the average at the transaction level.
When I simply use the Average function, this is what I get:
But what I would actually want to see is (Bike for example):
1/1/22 : 105
1/2/22 : 76
1/3/22 : 103
I understand that simply using a SUM in this example would work, but there is a larger dataset I'm using and what to get rolling daily and weekly averages, so this is how I'll need it.
Any help is appreciated!
Solved! Go to Solution.
Hi,
I am not sure whether I understood your question correctly, but please check the below picture and the attached pbix file.
Expected measure =
AVERAGEX (
VALUES ( 'Product'[Caegory] ),
CALCULATE ( SUM ( Sales[Quantity] ) )
)
Hi,
I am not sure whether I understood your question correctly, but please check the below picture and the attached pbix file.
Expected measure =
AVERAGEX (
VALUES ( 'Product'[Caegory] ),
CALCULATE ( SUM ( Sales[Quantity] ) )
)
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Check out the July 2026 Power BI update to learn about new features.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 31 | |
| 30 | |
| 27 | |
| 24 | |
| 16 |
| User | Count |
|---|---|
| 54 | |
| 37 | |
| 27 | |
| 24 | |
| 20 |