Hi, Ryan!

Let me show you this via Samples:

This MDX will do the job:

SELECT NON EMPTY {[Measures].[Amount Sold],[MEASURES].[PCT REVENUE SOLD]} ON 0,NON EMPTY HEAD(ORDER([Product].[P1].[Product Category].Members,Measures.[Amount Sold],BDESC),5) ON 1 FROM [HOLEFOODS]

Where PCT REVENUE SOLD has the following expression:

Aggregate(Product.CurrentMember,Measures.[Amount Sold])/Aggregate(Product.CurrentMember.Parent,Measures.[Amount Sold])

This results in Analyzer with the following pivot:

It shows top 5 Product categories by revenue with percent to Total.

Hope this helps

Hi, Kevin!

Thanks for the valuable feedback.

We will introduce it to the DC UI in some next release.

But today I can suggest you this DeepSee dashboard with the list of daily posts.

It shows articles daily in the current month (you can pick another month if you want), numbers are clickable to let you go to the posts.

There are also filters on post types, groups, tags and author.

Hope that helps.