Forum Discussion

Chitemerere's avatar
Chitemerere
Icon for Responsive Resident rankResponsive Resident
6 years ago
Solved

Power BI Chart Ploting

I have the following visual generated by my survery tool based on the question below   The data responses are as follows, please note that a responded can choose more than one responses:   ...
  • Chitemerere's avatar
    6 years ago

    I had to use measures calculated as follows for the appropriate measure:

     

    Capsules = CALCULATE(COUNTROWS(), FILTER(ALL(RealTimeData), SEARCH("Capsules",
    RealTimeData[PMQSDosageForms],, BLANK()) > 0 ))
     
    This worked for me.
     
    Regards,
    Chris