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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
Solution Sage
Solution Sage

Hi @Sureshbabu_1995 ,

 

Could you please provide more deatils about request?

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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