Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Is it possible to pass an array, ideally an array of json, to a base parameter? For example, I want to pass something like this:
ActiveTable = [
{'key': 'value'},
{'key': 'value'}
]I only see string, int, float, and bool as options for the data type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.