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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
AlainMay_68
New Member

Average on multiple column [period] in a matrix

Hi all, 

I'm tottaly newby in DAX and need certainly help for a basic commands.

I've got a Matrix that show the data consumption for each mobile subscription, I would like to create a new column to show the average of the data comsuption. 

To built my matrix, I've got 2 tables. 

- DATAs_Vol_Mob

PeriodSubscriptionDATA Volume
1.20244179xxxyy018935.663
1.20244179xxxyy028301.548
2.20244179xxxyy019035.663
2.20244179xxxyy028401.548
2.20244179xxxyy019035.663
3.20244179xxxyy028386.548

- Inventaire_Mobile

Contrat liéRéférence du contratUtilisateur (login)
4179xxxyy01NATEL® go flex Swiss premium XSUSER#1
4179xxxyy02NATEL® go flex Swiss premium MUSER#2

A link between the 2 tables in 

AlainMay_68_0-1723797765305.png

The result I want should be :

Utilisateur (login)Référence du contrat Subscription1.20242.20243.2024TOTALAverage [based on all period]Average of the data consumption of all subscrption of the "Reference du contrat)
USER#1NATEL® go flex Swiss premium XS4179xxxyy018935.6639035.6639035.66327006.999002.33?
USER#2NATEL® go flex Swiss premium M4179xxxyy028301.5488401.5488386.54825089.648363.21?

Average [based on all period] = Average of the 3 current period (1.2024 | 2.2024 | 3.2024). Next periods will be added later on. 

Last column should be the average of all subscription per "reference contrat" as I have ~1500 subsriptions. 

 

I tried to use "Quick Mesure" but the result is not the one I want.

I want also update all month the data for the current period, as I will run this repport on a long terms, having average per year will be a must. 

 

Thanks for your futur support

 

1 ACCEPTED SOLUTION
jgeddes
Super User
Super User

Based on what you wrote I think you are looking for something like this...

jgeddes_0-1723827900951.png

I have attached a pbix file that shows the measures I used.

Hope this gets you pointed in the right direction.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
jgeddes
Super User
Super User

Based on what you wrote I think you are looking for something like this...

jgeddes_0-1723827900951.png

I have attached a pbix file that shows the measures I used.

Hope this gets you pointed in the right direction.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

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.