FileDashboardParameter is a datatype for a dashboard parameter where suggestions are taken from uploaded files.

Table: FileDashboardParameter

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 25, 2024
defaultMultiValues[string]  The default value assigned to the multi-value parameter on dashboard load. This is a preview and still in development.
defaultValueV2string  The default value assigned to the parameter on dashboard load.
fileNamestringyes The name of the file to use for look-ups.
idstringyes The unique identifier of the parameter.
isMultiParamboolean  Whether the parameter supports having multiple values. This is a preview and still in development.
invalidInputMessagestring  Message when parameter input is blocked.
invalidInputPatterns[string]  Regex patterns used to block parameter input.
labelstringyes The label or name displayed next to the input for the variable.
labelColumnstring  The column from where the label of suggestions are taken.
orderintegeryes A number that determines the order in which parameters are displayed on a dashboard. If null, the parameter is ordered after other parameters in alphanumerical order.
valueColumnstringyes The column from where the value of suggestions are taken.
valueFilters[FileParameterValueFilter]yes Fields and values, where an entry in a file must match one of the given values for each field. See FileParameterValueFilter.