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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
superME79
Frequent Visitor

DERIVATED TABLE

Hello everybody,
I would like to calculate a table by reviving it from another
example
table 1
a b c

table 2 bc

do you have any advice in DAX 🙂

1 ACCEPTED SOLUTION

@superME79 , Create a new Table like below:

Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

3 REPLIES 3
superME79
Frequent Visitor

table 1 

abc
asdwer123

 

table 2 

ab
asdwer

@superME79 , Create a new Table like below:

Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
 
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
Thejeswar
Super User
Super User

Hi,

A Better way to ask this question would be to share a sample for Table 1 and give an expected output for Table 2. That might fast track this question to being answered

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 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.