Forum Discussion
Nika777
3 years agoFrequent Visitor
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
3 years agoResident Rockstar
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.
- Nika7773 years agoFrequent Visitor
Dear Rajulshah,
many thanks for your quick reply. Sorry, that I am such a beginner. Please can you guide me how to implement the Measure formula? Do I need to do this in the Power Query Editor?
Many thanks
Nika
- Nika7773 years agoFrequent Visitor
Thank you, I could figure out 🙂