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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
landcruiser64
Frequent Visitor

Showing monthly average unit price on chart

I need help writing a DAX for a single KPI for Average Monthly Units.  Average, AverageA, AverageX seem to show the average across all the data, but I need the Average for all of the Months in the dataset in 1 KPI.

 

I have Total Units and Order Date, how would I write a DAX for Average Monthly Units for a KPI.  Not in a Chart but a single KPI.   

 

So I need to calculate the # of Months in the Period of the datest and then the average for each month and then the average for all of those.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @landcruiser64 

Please show an example data and expect result.

For example,

Example data:

date units
1/1/2018 1
1/2/2018 2
1/3/2018 3
1/4/2018 4
1/5/2018 5
1/6/2018 6
1/7/2018 7
1/8/2018 8

In Power BI, Create a measure,

average = CALCULATE(AVERAGE(Table1[units]),ALLSELECTED(Table1))

add it in a KPI, it shows a result as below:

7.png8.png

Best Regards

Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @landcruiser64 

Please show an example data and expect result.

For example,

Example data:

date units
1/1/2018 1
1/2/2018 2
1/3/2018 3
1/4/2018 4
1/5/2018 5
1/6/2018 6
1/7/2018 7
1/8/2018 8

In Power BI, Create a measure,

average = CALCULATE(AVERAGE(Table1[units]),ALLSELECTED(Table1))

add it in a KPI, it shows a result as below:

7.png8.png

Best Regards

Maggie

 

Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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