I'm trying to create a Workbook Parameter drop down, where we can choose Subscription to filter.
However, 1 Tenant/ Directory might have one or more subscriptions.
Instead of a flat subscription drop-down list like this:,
- Subscription-1
- Subscription-2
- Subscription-3
- Subscription-4
- Subscription-5
Is there a way to create a drop-down list of subscription grouped by Tenant/Directory similar to the ones in Azure Resource Graph Explorer page (located in the right side) like this:?
Tenant 1
- Subscription-1
- Subscription-2
Tenant 2
- Subscription 3
Tenant 3
- Subscription 4
- Subscription-5
Thank you very much for your help.