Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
rjmajid
Frequent Visitor

Measure not recognizing table field

Hi,

I am new to DAX, have been using measure in my report but I am facing a problem in a measure. Its not recognising all the fileds of the table. I have attached screen shot. the month filed in talbe query1 is not highlighting when I create a measure.

I need to multiple the "availalbe hours[query1]*month[qery1].

rjmajid_0-1647599374373.png

 

1 ACCEPTED SOLUTION
v-henryk-mstf
Community Support
Community Support

Hi @rjmajid ,

 

What type of calculation do you want to base on? For two tables that are not related if you use measure you need to use aggregated values. Refer to the following formula.

M_ = MAX(Hours[Query1]) * MAX('Month'[Query1])

vhenrykmstf_0-1648107534081.png

If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
v-henryk-mstf
Community Support
Community Support

Hi @rjmajid ,

 

What type of calculation do you want to base on? For two tables that are not related if you use measure you need to use aggregated values. Refer to the following formula.

M_ = MAX(Hours[Query1]) * MAX('Month'[Query1])

vhenrykmstf_0-1648107534081.png

If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @rjmajid , 

Calculated Measures are used to perform aggregations. You cannot however use naked columns while writing regular DAX expressions for creating a measure.

Here's the link to understand the difference between calculated columns and calculated measures: 

https://www.powerbitraining.com.au/calculated-column-and-measures-in-power-bi-using-dax/

 

 

so, how should then I write the measure for the calculation?

 

davehus
Memorable Member
Memorable Member

Hi, If you're iterating through each row in your table. It should read. Sumx(Query1, [Admin and Management Task Count]*[Month]) 

mh2587
Super User
Super User

Try calculated column


Did I answer your question? If so, please mark my post as a solution!


Proud to be a Super User!




LinkedIn Icon
Muhammad Hasnain



that did work too...

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.