Forum Discussion
marcp
8 years agoHelper I
Power Query : add column getting value from another one in an another table not related
Hi all I have a table A with one column and one row containing one only value This value is obtained by a sql query (so it's dynamic one) I have a second table B. I want to add a new column ...
v-jiascu-msft
8 years agoMicrosoft Employee
Hi Marc,
You can do it easily with DAX. If you want the Power Query solution, please refer to the snapshot below.
TableA[DateMax]{0}
Best Regards,
Dale
GeffMburu
5 years agoFrequent Visitor
v-jiascu-msft , Kindly explain how I can easly do it in Dax