Forum Discussion
EH_Matt
4 years agoRegular Visitor
DAX Will Not Reference Columns
Hi All, I have two tables: - Table A: contains project information such as ID, start date, end date, etc. These are all columns. - Table B: contains financial information such as Total Actuals,...
WinterMist
4 years agoImpactful Individual
DAX cannot find the column because there is no RC (Row Context) provided.
DAX doesn't know which row to specify.
I believe it would be better to use a Calculated Column (RC auto-included) rather than a measure.
The following should work for you.
Regards,
Nathan
EH_Matt
4 years agoRegular Visitor
Thanks for the suggestion. I'm not sure - I think it could've worked, but the way the initial dataset was designed, they have me locked out from creating columns. Thanks for the assist though!