Našimi kurzy prošlo více než 10 000+ účastníků
2 392 ověřených referencí účastníků našich kurzů. Přesvědčte se sami
This is about referencing of values from rows and columns in Power BI or Power Query. It is very simple in Excel sheet, but little bit more challenging in queries (M language).
Let´s play with this table:
To get some column, for example Revenule, just write this:
To get n-th (for example third) row from table, write this:
The result row is converted to column.
To get the third value from Revenue, column, write this:
or this:
It´s tricky – number 2 provides the third value. It is because the rows are indexed from zero – not from one.
Comments are closed.
2 392 ověřených referencí účastníků našich kurzů. Přesvědčte se sami
Pište kdykoliv. Odpovíme do 24h
© exceltown.com / 2006 - 2023 Vyrobilo studio bARTvisions s.r.o.
What does “mytable” refer to and then you change to Table, but neither refer to the table names which are Table1 and Table2.