Forum Discussion

lehikk's avatar
lehikk
Helper I
5 years ago

How to visualise binary values from live dataset?

For clarity's sake, I'll simplify the case as following:

  • I have a live dataset that sends binary values that tells if a device is on or off
  • A single column in the datased represents a single device

With my limited skills I can create DAX measures that show the latest value and visualise them as Cards. However, I would like to visualise the values as a Matrix/table as following:

Device nameStatus
Device 11
Device 20
Device 31

 

Also, it would be even better if the status could be shown with different color (or icon) depending on the value.

 

Any ideas how to make this happen? Please note that I'm using a Live Dataset, which means I'm limited to DAX only...or was it that nowadays I can use DirectQuery on live dataset?

2 Replies