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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.