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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

Creating a table from different columns of each table with date filter and aggregate the column

Hi, 

I have 8 different data tables with calculated measures & columns. 

I want to create a new table from columns of each table.

 

basically, 

 

Table 1....to Table 8 with approximately 15 columns each 

 

what I want is, below

New table, column 1 = sum of ( Average of calculated column 1 of Table 1 +...+ average of calculated column 1 of table 😎

                  Column 2 = sum of ( Average of calculated column 2 of Table 1 +....+ average of calculated column 2 of table 😎

                  .

                  . 

                  .

                 Column 8 = sum of ( Average of a calculated column 8 of Table 1 +....+ average of calculated column 8 of table 😎

 

All the above-calculated column in the new table will use date slicer in visuals.  

Help me, please.

2 REPLIES 2
Anonymous
Not applicable

Use Addcolumns() and summerize() function.

Anonymous
Not applicable

Thank you @Anonymous .

 

But still, I don't get what I needed. 

 

I have used this script, let me know am I using it right

 

Table = ADDCOLUMNS(
SUMMARIZE(Apex_1,Apex_1[Date].[Date]),"apex 1 availability",[Availability Apex_1])
 
apex 1 is the existing table name
Apex 1 availability is a new column name
Availability Apex_1 is the calculated measure
what I need in here is, the average of calculated measure is 1432 respective to apex_1 date
I need the same average to the new column corresponding to the date
Help me please
 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

Check out the April 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.