Hi,
Some chart types we can only use one dimension in X axis, then I am thinking whether we translate the dimension to measure for example
Year
Category
Sales
Profit
2016
Groceries
1000
500
2017
Furniture
2000
1200
2018
Clothes
4000
3000
Dimension-X axis - Year
Measure - Sales for Groceries, Sales for Furniture, Sales for Clothes.
If category is fixed, we can use function case but in fact our data has thousands types.
Is there a way to use function case together with selected value from filtered list. e.g. Catetory A, B, D are selected then we can use case when sales [caterory.list] etc.
Just try to think how to make it work
Thank you very much.
Hi @Stima_Livingpresent , I know my suggestion doesn’t answer your request directly, but why not create a dimension as a custom expression where it would be CONCATENATE([Year], ’ - ', [Category])?
Hi, we want to show KPIs in the same time line to compare performance for each objects.
Our time granularity is hourly and a number of selected objects range from 3-20. So it is not convenient for users to select individual object from parameters list but if no other options we would need to do that way :-).
Thanks!