Forum Discussion

medlalami's avatar
medlalami
Helper I
5 years ago

Table row count

Hi all,

 

I created a table through Power Query to calculate some data.

I added a new column named Number of Open Problems and added the following M Formula, to calculate the number of rows in another table:

Table.RowCount([Problems])

But when I show the result, I got nothing:

By the way, the Table where I want to add this column is not related to the table named Problems (no relationship).

5 Replies