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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
lt79_Pax
Helper II
Helper II

CalculateTable Embedded In CalculateTable Error

Estimado representante de Power BI,
Tengo una tabla calculada que de alguna manera estaba incrustada en otra tabla calculada como una suma y causando un error y cuando intento eliminar la suma no me dará la opción de hacerlo. ¿Cómo elimino la tabla calculada incrustada? Tampoco me dará la opción de eliminarlo en la salida de la tabla de columnas calculada externa. Por favor, aconséjese.

Gracias.

1 ACCEPTED SOLUTION

Hi Amitchandak,
In reviewing the other tables in the model I found the issue.  I had the RedProductsCALCULATETABLE contained in the original Product table. When I deleted that one it also removed the others.  Thank you for your willingness to help me.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@lt79_Pax , La información que ha proporcionado no está des aclarando el problema para mí. Por favor, puede explicar con un ejemplo.

Apreciamos tus Felicitaciones.


Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi Amitchandak,
I have a calculated table, that I was studying in Power BI entitled:

FilterFabrikamHighMarginProducts =
FILTER (
    FILTER (
        'Product',
        'Product'[Unit Price] > 'Product'[Unit Cost] *3
    ),
'Product'[Brand] = "Fabrikam"
)

Then I created another calculated table entitled that I was studying as well:
RedProductsCALCULATETABLE =
CALCULATETABLE (
    ADDCOLUMNS(
        VALUES ( 'Product'[Color] ),
        "Num of Products", COUNTROWS ( 'Product' )
    ),
    'Product'[Color] = "Red"

Some how the output of RedProductsCALCULATETABLE seen as sum symbol RedProductsCALCULATETABLE ended up being embedded and contained in FilterFabrikamHighMarginProducts calculated table
and now the calculated table is giving the error message of 'This expression refers to a Column object named 'Product[RedProductsCALCULATETABLE]', which has an error.'  In addition the application will not let me delete the sum symbol RedProductsCALCULATETABLE contained within the FilterFabrikamHighMarginProducts calculated table and I do not know how to fix this issue and that is why I am reaching out for help.  Please advise.  Thank you.
FilterFabrikamHighMarginProducts =
FILTER (
    FILTER (
        'Product',
        'Product'[Unit Price] > 'Product'[Unit Cost] *3
    ),
'Product'[Brand] = "Fabrikam"
)
!This expression refers to a Column object named 'Product[RedProductsCALCULATETABLE]', which has an error.

Hi Amitchandak,
In reviewing the other tables in the model I found the issue.  I had the RedProductsCALCULATETABLE contained in the original Product table. When I deleted that one it also removed the others.  Thank you for your willingness to help me.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.