Forum Discussion
tom_cowling
5 years agoFrequent Visitor
Problem creating a DAX query
Hi, I'm really struggling to get the syntax right on this DAX query I'm writing and I can't seem to find a solution that fits online. I have two tables. Dwh_Fact_Main and Nominal_Info. Fa...
- 5 years ago
@tom_cowling - Try wrapping column references in something like MAX
Greg_Deckler
5 years agoCommunity Champion
@tom_cowling - Try wrapping column references in something like MAX
tom_cowling
5 years agoFrequent Visitor
Brilliant!
Thank you both for the swift responses. I used @amitchandak's code with the MAX wrapping on columns and that seems to have worked.