Forum Discussion
Measure not recognizing table field
- 4 years ago
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])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.
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])
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.