Forum Discussion
rmahadik
4 years agoRegular Visitor
How to access table specified in column of another table ?
Hi Experts, I am desiring below output. Can someone please assist how it can be achieved in power query ? or whether it is feasible or not. There are following tables loaded. Table1 Table2 Th...
wdx223_Daniel
Community Champion
4 years agoTable.RowCount(Record.FieldOrDefault(#shared,#"Table Name",#table(0,{})))
rmahadik
4 years agoRegular Visitor
What is #shared in the syntax ?
Table.RowCount(Record.FieldOrDefault(#shared,#"Table Name",#table(0,{})))