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
Kpaffey
Frequent Visitor

min max and average

Hi

I am new to this and struggling with a measure.

I need to know the minimum sales value of each item number (and maximum); plus the average sales value by each item number.  Can someone please help? TIA

 

ItemTotal Sales
1033750
720850
1450080
1136300
1461750
832000
827300
931600
1459900
1457700
826000
1462750
928050
1035550
931050
1343700
930350
1 ACCEPTED SOLUTION
Anonymous
Not applicable

It's not that hard. And, what's important, to perform this analysis you don't need to write a single line of code 🙂

 

See the video I've just produced to show how this can be done (no sound):

 

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @Kpaffey,

 

The simple way is create a table visual with multiple total sales columns and switch its summary mode to show different result:

4.PNG

Notice: you should setting the item to 'don't summarize' before these operations.

 

In addition, you can also use summarize function to summary the records:

Summary table = SUMMARIZE(Sheet4,[Item],"Min",MIN(Sheet4[Total Sales]),"Max",MAX(Sheet4[Total Sales]),"Average",AVERAGE(Sheet4[Total Sales])) 

3.PNG

 

 

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Anonymous
Not applicable

It's not that hard. And, what's important, to perform this analysis you don't need to write a single line of code 🙂

 

See the video I've just produced to show how this can be done (no sound):

 

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.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

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

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.