ADX conditional format a Multi-Stat visual ๐Ÿš€

Intro

Start with a free database at aka.ms/adx.free & run this demo query.
let mytable = datatable(key:string, number:int)
[
    'one', 1,
    'two', 2
];
mytable
  1. Press Shift + Enter on your keyboard to see result.
  2. Click Share on the top right > Pin to dashboard
  3. Query name: demo
  4. Dashboard > Create new
  5. Name: demo
  6. Check View dashboard after creation
  7. Pin
  8. Click Edit pencil on the the top left to edit the dashboard.
  9. Click the pencil on the new pinned tile.

The goods

On the Visual formatting pane on the right, set:
  1. Visual type: Multi Stat
  2. Layout Slot configuration: 2 columns x 1 rows (2 slots)
  3. Conditional formatting Add rule(s)
  4. Operator > 1, color Green, tag label OK, apply
  5. Operator <= 1, color Yellow, tag label Warning, apply
  6. Color style Bold
  7. click Apply changes at the top to save.
  8. click Save changes to save your dashboard changes.

If you’d like to see more, click All dashboards, New dashboard dropdown, Sample Dashboards.

References:

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.