This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I previously had working Power BI content that executed without error. After upgrade to the December 2018 version, I am now receiving the error: "Function 'PLACEHOLDER' encountered a Text that exceeds the maximum allowable length." for a number of Column values that utilize MAXX and MINX functions on a FILTERED RELATED table. I cannot find any references that clearly identifies what raises this error. Can anyone please provide any insight on how to correct these errors?
The following is an example DAX statement that raises the error:
AttachChk_Consent RHIO = IF(
'Patient Chart'[Chart Status] = "Admitted",
IF(
MAXX( FILTER( RELATEDTABLE('_Chart Attachments by User'),'_Chart Attachments by User'[AttachKeyValue] = 'Patient Chart'[Chart Number] & "/RHIO Consent"),'_Chart Attachments by User'[AttachDateTime]) = 0,
1,
0),
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.