Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.