Hi All,
How to create a guage chart which shows data only for top 10 customers.
Hi,
1. Create a Gauge chart to show data for all customers.
2. Add a query calculation 'Rank' with definition as rank(<Your Measure>)
3. Add a filter in same query as 'Rank'<=10
4. You will get gauge chart for top 10 customers based on your measures
Regards,
Rajat Rastogi