Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Display count value in card for conditional data.

Hello,  Working with data set similar to below image, Want to displayed count of suppliers whose score >= 0.6 & < 60 and it should be updated with Filter value of Time Horizon. For that...
  • amitchandak's avatar
    5 years ago

    Anonymous , Not sure what is measure for <60. You have to try a measure like

     

    countx(filter(Summarize(Table, Table[Supplier], "_1",[Agility Score] , "_2", sum(Table[Ordered Delivered])),[_1] >=.6 && [_2] <60),[Supplier])