cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
nicolethompson
Frequent Visitor

Column specified in the 'SUMMARIZE' function not found in the input table...

I have recieved the following error in my pbi file, nothing within the file has changed since the last update. The measures using the SUMMARIZE function work when i open the file in the September version but not the November version. The column 'Market id' is in the input table so i'm unsure why this is coming up as not found all of a sudden. 

 

here is an example of one of my measures using summarize:

_Total Package Units = SUMX(SUMMARIZE('Fact Sales Actual','Fact Sales Actual'[bkey_product_reltio]), [_Package Units Sold])

 

Even when i remove all summarize functions i still recieve this error. I also get this error when using measures that don't utilise the Summarise funtion at all, such as;

_Package Units Sold = DIVIDE([Units Sold], CALCULATE(MAX('dim Triton Products'[Divide factor (for package unit)])))

 

Any advice would be greatly appreciated.

 

 

nicolethompson_0-1670840732880.png

 

2 REPLIES 2
amitchandak
Super User
Super User

@nicolethompson , seem like this function (_Total Package Units ) is still used in visual level filter

 

Comment the calculation and try

_Total Package Units =1

/* SUMX(SUMMARIZE('Fact Sales Actual','Fact Sales Actual'[bkey_product_reltio]), [_Package Units Sold])*/



!! Microsoft Fabric !!
Microsoft Power BI Learning Resources, 2023 !!
Learn Power BI - Full Course with Dec-2022, with Window, Index, Offset, 100+ Topics !!
Did I answer your question? Mark my post as a solution! Appreciate your Kudos !! Proud to be a Super User! !!

What is meant by visual level filter?

 

i did what you said and i just get 1 - the measure doesn't give any error

Helpful resources

Announcements
May 2023 update

Power BI May 2023 Update

Find out more about the May 2023 update.

Submit your Data Story

Data Stories Gallery

Share your Data Story with the Community in the Data Stories Gallery.

Top Solution Authors