Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
dmk223
Contributor II
Contributor II

AVG monthly revenue per category

Hello, 

I need a table with Product Category as dimension and avg monthly revenue.

I've tried something like this :

sum(Aggr(sum(({<shop={xxx}
>} [Revenue])), [MonthYear]))

 

But it doesnt work as it supposed to.  Im stuck at this and i have no idea how to solve this.

Labels (5)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

Like this?

=Avg(Aggr(Sum({$<Shop={'xxx'}>} Revenue), MonthYear, Category))

View solution in original post

1 Reply
BrunPierre
Partner - Master
Partner - Master

Like this?

=Avg(Aggr(Sum({$<Shop={'xxx'}>} Revenue), MonthYear, Category))