The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
plase anybody help how create this reports using usage metrics data
thanks
aruna
Hi @Aruna_ln,
Could you please mark the proper post as answer if it worked? More about this topic, please feel free to post here.
Best Regards!
Dale
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
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
93 | |
79 | |
66 | |
55 | |
52 |