March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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.
@Anonymous , 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])*/
What is meant by visual level filter?
i did what you said and i just get 1 - the measure doesn't give any error
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |