Forum Discussion

Nika777's avatar
Nika777
Frequent Visitor
3 years ago
Solved

Display comment based on selection

Dear Power BI User,    please can you help me with my question? I have a table: Project Start Stop Comment A 1-Jan-22 23-Mar-22 Comment A B 25-Jun-22 17-Oct-23 Comment B C 8...
  • rajulshah's avatar
    3 years ago

    Nika777 

     

    You can create a measure as follows:

    Measure = SELECTEDVALUE ( Table [ Project ] )

     

    And you can display the same in the table or a card, I don't think so you would be able to plot the measure in a text box.

    Please let me know if this didn't help.