Hi,
Today I manage to create a pie chart using the below formula:
AddColumns(GroupBy(Table1,"CarModel","Status"),"CountStatus",CountRows(Status))
It groups the object from my Excel Table1 from CarModel and displays all carmodels into the chart.
If I would like to only select cars with the model Tesla and Audi how can I add that filter into the mix?
If I would like to take it a bit further and only select cars from a certain region meaning I also have to look into the Region column of the file for example Europe? How can that be accomplished?
Thanks!!!