Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
A typical query from a visual adds IGNORE around default format string measures. If a measure is from a composite model, the composite model will translate the query and send it to the underlaying model. The translated query will NOT have the IGNORE instruction. That leads to a cartesian product of all attributes sent from the underlying model to the composite one.
It is super slow and inefficient. There is a workaround: create a measure referencing the underlying measure but that eliminates the whole idea of the Composite models. It does look like a bug.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.