Forum Discussion

RodrigoTXRA's avatar
RodrigoTXRA
Helper I
8 years ago
Solved

Warning when Market Share falls below

Please see Sample Data through this link Hi All   I have a matrix where it displays my clients and how much they have purchased with us as well as with competitors.   The challenge that I have...
  • Seward12533's avatar
    8 years ago

    Rather than use % Row total you need to write a few measures.

     

    Revenue = SUM(Dashboard[Base Amount])
    Share = CALCULATE([Revenue],Dashboard[Bought_from_us_or_Competitor]="ABC CO") / [Revenue]

    With these measures and using [Share] in your visual you can sort by Market Share and put the lowest on top.  See link

     

    https://1drv.ms/u/s!AuCIkLeqFmlhhJh6m05vmpRbIHQVcw