Forum Discussion

ARUNC12's avatar
ARUNC12
Frequent Visitor
1 year ago
Solved

DYNAMICALLY CHANGING CARD TOPICS

I Have a card visual which i use to show my team engagement.it shows how many are engaged for the week and how  may not.now i have a slicer which has all my projects .When i choose a project it shoul...
  • Akash_Varuna's avatar
    1 year ago

    Hi ARUNC12 , You could create a dax measure for selecting the engaged one and then use it on the visual 
    Example : Engaged Employees =
    CALCULATE(
    COUNTROWS(Employees),
    Employees[Status] = "Engaged"

    This will dynamically pick up the required
    If this post helped please do give a kudos and accept this as a solution
    Thanks In Advance

  • v-karpurapud's avatar
    1 year ago

    Hello ARUNC12 

    I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.

    Thank you.