Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everybody,
I am quite a newbie on Power Bi and I am facing a setback. I have a table with all my activities like this :
| Activities | stats_1 | stats_2 | Activity_ID |
| activity_1 | 10 | 112 | id_1 |
| activity_2 | 12 | 123 | id_2 |
I created a card where I am displaying the ID of the activity selected. I would like to know if it was possible to create a variable which were able to contains the information (activity_ID) selected ?
Thanks in advance for your time
Solved! Go to Solution.
Hi @maxduff59
Download this PBIX file with example
Yes, you can create a measure like so
Selected Activity ID = SELECTEDVALUE('DataTable'[Activity_ID])
Regards
Phil
Proud to be a Super User!
Hi @maxduff59
Download this PBIX file with example
Yes, you can create a measure like so
Selected Activity ID = SELECTEDVALUE('DataTable'[Activity_ID])
Regards
Phil
Proud to be a Super User!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 7 | |
| 4 | |
| 3 |