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
Sureshbabu_1995
New Member

Column Reference in the All function

Summarized the external table with some columns and i need to refer the one of the summarized column in the All function within the Calculate function of the Summarized table
SUMMARIZE(
FILTER( Table1,Table1[MeasureCategory]="ABC"
),
Table1[x],
Table1[y],
Table1[MeasureCategory],
Table1[z],
"ClaimPeriod"," ",
"Category", " ",
"Axis","Total",
"Value", CALCULATE(SUM(Table1[Sales]),
Table1[MeasureCategory]="ABC",ALL('Table2'[ClaimPeriod]),ALL( )---need to refer the above claim period in the All function
)

3 REPLIES 3
Bibiano_Geraldo
Super User
Super User

Hi @Sureshbabu_1995 ,
You can't directly refer to the new column names (e.g., "ClaimPeriod", "Category", "Axis") in the ALL function because those columns are created dynamically in the SUMMARIZE function. The 'ClaimPeriod' column inside the SUMMARIZE function is only a placeholder value and doesn't represent a real column. You can't directly refer to the column names in the ALL function that were created in SUMMARIZE.

TomMartens
Super User
Super User

Hey @Sureshbabu_1995 ,

 

provide the DAX code you have, I have no idea what the above is about, I also do not know what you mean by external table.
Consider creating a pbix file representing your semantic model (tables, relationships, calculated columns, and measures), upload the pbix to OneDrive, Google Drive, or Dropbox, and share the link. Make sure that the link accepts anonymous logins.

Do not forget to explain the expected result based on the data you provide.

Regards,
Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
ajaybabuinturi
Resident Rockstar
Resident Rockstar

Hi @Sureshbabu_1995 ,

 

Could you please provide more deatils about request?

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.