I have a SSAS tabular. I'm trying to create a expression.
The code is the next:
= Sql.Database("ServerName", "mydatabase",[Query="SELECT * FROM DW_D_AC_CERTIF_OPER_DIM"])
But when I try to process the partition it gives me the following error:
An M partition uses a data function which results in access to a data source different from those defined in the model.
Can anyone help me?