Forum Discussion
LuZeta_39
4 years agoFrequent Visitor
Couldn't load the data for this visual
Hi, I can't see my visual in the Workspace but I can see it in PowerBI desktop I get the following error: " The query referenced calculated column '07-AUX Org Chart Proyectos'[Liderazgos] which d...
- 4 years ago
Problem solved. I created another table that was " Table = PowerBI Dataset " and referenced the formulas to that table.
Must be a problem o PowerBI Dataset integration in Workspaces.
Thank you all.
lbendlin
Super User
4 years agoThis part
FILTER('02-DB Liderazgo',SEARCH('07-AUX Org Chart Proyectos'[Search Field],'02-DB Liderazgo'[CREADOR],,0))
is missing a comparator value. SEARCH returns a number, not True/False and not a filter context.