Forum Discussion
devesqdeves
5 years agoHelper II
Aggregate Measure
Hey , everything good? I need a little help for this measure.. I have tried it all but i cannot find the solution to my problem , could u help me plz? These 2 tables are connected by the client id ...
themistoklis
5 years agoCommunity Champion
Best to Append the table in Power Query Editor and this will create a combined table. The use the dax formula in the combined table.
Or do a union of the 2 tables using DAX
On Union make sure you have the same number of columns
devesqdeves
5 years agoHelper II
How so ? i tried to do that but i only get repeated values and cannot aggregate the values :s