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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
mboucher_rcr
Frequent Visitor

Average Inventory

Hi,

 

I am trying to calculate GMROI per item and am having trouble getting the average inventory cost.

 

My data is something like this:

DateStoreItemSOHValue
30 May 2022A110
30 May 2022B120
6 June 2022A110
6 June 2022B120
13 June 2022A110
13 June 2022B120

 

If I try 

AvgSOHValue = AVERAGE(ItemSales[SOHValue])
I get 15 because it divides total SOH (90) by the number of records (6).

 

Instead I want the 90 divided by the number of dates (3), so I'm getting an average SOH overall instead of per store.

 

Can anyone please help?

 

Thanks,
Michael

1 ACCEPTED SOLUTION
ddpl
Solution Sage
Solution Sage

@mboucher_rcr 

 

Create below measure and put it in card

 

Avg = SUM(ItemSales[SOHValue]) / DISTINCTCOUNT(ItemSales[Date])
 
Hope it will work for you.

View solution in original post

1 REPLY 1
ddpl
Solution Sage
Solution Sage

@mboucher_rcr 

 

Create below measure and put it in card

 

Avg = SUM(ItemSales[SOHValue]) / DISTINCTCOUNT(ItemSales[Date])
 
Hope it will work for you.

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.