Skip to content

MIN

The MIN function in Infoveave finds the minimum (smallest) value within a column (Measure).

Applicable to

  • Calculated Columns
  • Expressions

Return Value

  • The smallest value in the specified column.

Remark

  • MIN determines the smallest value in a dataset.
  • MIN returns the minimum value, excluding nulls and blanks.
  • MIN can be used across Dates, Strings, and Numbers.

Syntax

MIN(<expression>)

MIN in Board Expression

ParameterDescription
ExpressionA placeholder in a function replaced with actual widget and measure names.
Widget NameThe specific name of the widget used for data visualization in the Infoboard.
MeasureThe name of the measure displayed or analyzed using the widget.

Steps to Use MIN

  1. Write the MIN function. For instance MIN(<expression>)
  2. Replace <expression> with 'Widget Name'[Measure]. Replace Widget Name with your widget’s name and Measure with the measure name.
  3. To learn how to configure an Expression in Infoveave, visit Configure Expression.

Scenario Identify the product with the lowest price (above $50) from your ‘Product Prices’ dataset.

Scenario Details

  • Dashboard Name E-commerce Bargain Finder
  • Widget Name Product Prices
  • Measure Name Price

Objective Find the product with the minimum price and check if it doesn’t exceed a certain threshold.

  • You can use the MIN function like this
MIN('Product Prices'[Price]) <= 50

MIN in Calculated Columns

ParameterDescription
ExpressionA placeholder in a function replaced with column names.
Column NameThe name of the column containing the values you want to analyze.

Steps to Use MIN in Calculated Columns

  1. Write the MIN function. For instance MIN(<expression>)
  2. Replace <expression> with [Column Name] in the dataset.
  3. To learn how to use Infoveave functions in calculated columns, visit Add Calculated Column under Sources.

Objective Find the minimum value in the ‘MARKET PRICE’ column.

ORDER DATECOUNTRYCATEGORYUNIT PRICEMARKET PRICEQUANTITY
2024-01-03BrazilBaby Food38.4143.78742
2024-01-07JapanSpices45.5650.815520
Japan43.787410
2024-01-1832.30194
2024-01-22BrazilCosmetics28.33523.01097
2024-01-26Canada20.18523.01099
2024-01-04FranceCereal25.2628.79649
2024-01-09BrazilCereal44.57550.81558
2024-01-14BrazilSnacks20.1854
BrazilCosmetics40.48546.15292
  • You can use the MIN function like this
MIN([MARKET PRICE])

The new calculated column “Min Market Price” will return 23.0109.

ORDER DATECOUNTRYCATEGORYUNIT PRICEMARKET PRICEQUANTITYMIN MARKET PRICE
03-01-2024BrazilBaby Food38.4143.7874223.0109
07-01-2024JapanSpices45.5650.81552023.0109
Japan43.78741023.0109
18-01-202432.3019423.0109
22-01-2024BrazilCosmetics28.33523.0109723.0109
26-01-2024Canada20.18523.0109923.0109
04-01-2024FranceCereal25.2628.7964923.0109
09-01-2024BrazilCereal44.57550.8155823.0109
14-01-2024BrazilSnacks20.185423.0109
BrazilCosmetics40.48546.15292