Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Pandadev
Post Prodigy
Post Prodigy

Get a count of rows from multiple tables by researcher

Hi I am trying to create a summaized table , based on multiple tables which are all in the same format. I am trying to get a count of rows based on the researcher for each table.

So the table will look like

Table Name  -       Researcher - Total

Futures 0-2 days   Dave             33

Futures 0-2 days   Bob               127

Futures 0-5 days   Bob               125

Futures 0-5 days   Mark             99

 

I tried to look at creating a table using this code

 

otals =

Var Sum_0to2 = SUMMARIZECOLUMNS(
'Futures 0-2 days'[Researcher],
"Total",SUM('Futures 0-2 days'[Serial Number]),
 
)
var Sum_0to5 = SUMMARIZECOLUMNS(
'Futures 0-5 days'[Researcher],
"Total",SUM('Futures 0-5 days'[Serial Number]),
)
 
var Sum_6to14 = SUMMARIZECOLUMNS(
'Futures 15-31 days'[Researcher],
"Total",SUM('Futures 6-14 days'[Serial Number]),
)
 
any help would be much appreciated
var Sum_15to31 = SUMMARIZECOLUMNS(
'Futures 15-31 days'[Researcher],
"Total",SUM('Futures 15-31 days'[Serial Number]),
)

 

 

4 REPLIES 4
parry2k
Super User
Super User

@Pandadev you should append these tables in Power QUery and then it should be straight forward to visualize. Maybe add a source column in each table to tag the rows so you can visualize it by source.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Is there another way to do this , as I have found some of the tables do not have the same structure. number of columns so I am unable to use the append option .

Thanks how would I do this , by creating a new table and appending selected tables to this new table , as the tables are updated daily via SQL. and I need to create a summary table based on selected tables

@Pandadev yes append table in power query and on refresh, all these tables will get new data from SQL

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.