Forum Discussion
jr3151006
Helper IV
4 years agoHow to count (sum) records from different Tables?
Hi, we have a situation with an Excel file which has 03 spreadsheets inside. When we open it via PBI, we select all of these 03. The We need show on some page, the count of all records from spre...
Tahreem24
Super User
4 years agojr3151006 If all those 3 sheets have same structure so combine them by creating a new table using UNION function.
New Table = UNION(Sheet1,Sheet2,Sheet3)
jr3151006
Helper IV
4 years agoTks Tahreem24,
but the tables structure are not the same.
I was able to test with success the 'Teoc' advice.
tks for all!