Forum Discussion
Aruna_ln
Helper III
9 years agousing metric data i need create reports
hi any body help using usage metric i need create reports.that also publish(the reports is most viwed 5 reports ) or i need download data in excel or Database then i need create reports ...
v-jiascu-msft
Microsoft Employee
9 years ago
Hi,
Maybe you could try dax function "RANKX" and "TOPN". "RANKX" may be like this:
Measure = RANKX ( ALL ( 'Product'[Brand] ), CALCULATE ( SUM ( Sales[Quantity] ) ) )
Best Regards!
Dale