I have data source file and made visualisation 1. I also need to create other visualisation based on the same data source file, but it needs to be pivoted. Do I need to create 2nd connection to the same source file or I can use the same connection as for visualisation 1?
3 answers
@Michał Magin hi there,
Same connection you cannot use - it'll trigger the data source save and structure change (so the previous dashboard will be altered).
You need to create a new data source and you can pivot the data.
thanks,
Adrian