As you can see on the screenshot, I have some dashboards that I created manually for each measurement. But I would like to know if there is a way to create all of them just by retrieving all the measurements from InfluxDB, because each dashboard is the same except his measurement name.
Also, I know that I can retrieve the measurement name with a query variable and then select the measurement. But I want to see all the dashboard of every measurement on the same panel.
I already have the dashboard type that I want.
And I would like that, for each measurement that I have in the InfluxDB database, It generates automatically a dashboard corresponding to each measurement that I have.
Sorry for the late response,
The solution in the first link that you share with the Repeat by variable works perfectly for that I want to do.
Thank you very much @yosiasz !