Forum Discussion
Anonymous
2 years agoNot applicable
Power bi report builder error
when i am using custom code for localizing Data Public Function GetLocalizedValue(name as String, culture as String) as String Try Return PDSReports.LocalizedValue.GetString(TRIM(name), TRIM(cu...
d_gosbell
2 years agoSuper User
Where did you get this code? It's not valid VBA code, there is no built-in PDSReports object in paginated reports.