Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Compare 1 Customer Against the Rest

I'm not sure if I'm choosing the right visual or not, but I have a use case that I'm trying to represent. I'd like to show where 1 customer stacks up to all other customers in terms of how quickly they pay their bills. The Maq Software Box and Whisker visual is the closest I've found, but doesn't get me all the way there. This is a customer facing visual, so I don't want to show where other customers sit on the box, just a dot for the customer I'm showing this to. 

 

For example:

With all customers selected in the filter, I get green dots for ALL customers:

When I select a customer in the filter, the boxes disappear, but I do get the 1 dot representing the selected customer:

What's I'd like to have is the first example, but with only 1 green dot representing the selected customer. Is this possible using Box and Whisker or is there another visual that would get me similar results? Data example below:

CustomerAvg Days to Pay
BEV168
EPE164
THG88
QQD147
NSA65
RTV40
FSR35
JZO136
JCK164
WEK24
DVN121
TXW59
GLR131
HAO29
HHD114
EMJ116
XBE65
RVT124
RKK159
BGC92
VUV42
DFI10
ECQ27
QAJ113
NGC132
HJA66
LNJ38
QTE105
CJR149
BUR113
GSN45
QFY50
PBZ30
WVL20
XBE20
ECB15
PTI130
JAG159
SFZ116
OVA17
PJQ65
GRD52
NJP95
GLH38
VLC74
YFP66
ARW86
LTT107
OPD72
HPS98
UFP107
QDF80
UBK59
PIK151
TDE48
XSG116
NOQ18
DTQ81
QNG101
  • Unfortunately, as far as I know, Maq Software Box and Whisker does not support conditional formatting. Maybe you can try to overlay two images, set the interaction between one of them and the slicer to none, set the transparency of the upper visual to 100%, and display the dot in different colors.

     

4 Replies

  • "This is a customer facing visual, so I don't want to show where other customers sit on the box, just a dot for the customer I'm showing this to"

     

    This goes into the danger zone very quickly, you are risking data leakage.  The visual type is the least of your problems here.  You need to create measures that compute the desired results, and you will most likely also want to implement RLS and hidded reference tables.

     

    Please explain how you are planning to prevent customers from seeing each others' data.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Data security is a secondary concern for my purposes. These are all customers that have opted into comparative market studies based on the data I'll be using. 

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Unfortunately, as far as I know, Maq Software Box and Whisker does not support conditional formatting. Maybe you can try to overlay two images, set the interaction between one of them and the slicer to none, set the transparency of the upper visual to 100%, and display the dot in different colors.

     

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks, that's what I ended up doing. It does what I need it to, but is a bit of a workaround.