Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I am using the directy query mode for my report. When I tried to create a measure I am not able to drag and drop the fields neither it won't prompt me the fields list, please advice.
Thanks
Solved! Go to Solution.
Hi @Anonymous
You can't reference a column in a table directly in a measure, you need to use some functions to reference a column in a table. The relevant field is only displayed when the table column is referenced in the function, for example you can use the selectedvalue() function.
e.g Measure=SELECTEDVALUE('Table'[Column])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous
You can't reference a column in a table directly in a measure, you need to use some functions to reference a column in a table. The relevant field is only displayed when the table column is referenced in the function, for example you can use the selectedvalue() function.
e.g Measure=SELECTEDVALUE('Table'[Column])
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous thanks , all I am trying to do is (cola-colb)/cola
Hi @Anonymous
If my answer can solve your problem, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards!
Yolo Zhu
@Anonymous thanks a lot
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!