Show Condition

The Show condition option allows you to control the visual rendering. The user can control the situations in which visuals should be rendered or not. To enable this option, the user must have a calculated column or measure of the Boolean type. When the minimum value is 1, the visual will render, and when it's 0, the visual will show the error message.

How to set up show condition?

Show bucket accepts Boolean 0/1 type column. Visual will only render if minimum value is 1.

  1. You need to add a 0/1 type column or measure in show field. There are 4 ways to create a show field column.

  • Already exists in the ‘source data’ (recommended aggregation- minimum)

  • New column using ‘power query editor’ (recommended aggregation- minimum)

  • ‘Calculated column’ using DAX (recommended aggregation- minimum)

  • DAX measure [Show Measure]

  1. Drag a column/measure into the Show field.

  2. Go to show condition in advanced settings and enable the option.

  3. Enabling the option lets you add the custom error message and hit apply, to save.

Result - This condition can help you with security as well as controlling the slicer's interaction with the visual.

Last updated