Hi all,
Working on Power bi Report want to get Report to Position of a worker in order to get the value these entities are required
Worker (mshr)
Position V2 (mshr)
Position Hierarchies (mshr)
when loading these entities error occurred as 400 bad requests when I set the query like this to load only a few columns like
Table.SelectColumns(#"Position V2 (mshr)",{"mshr_hcmpositionv2entityid","mshr_workerpersonnelnumber","mshr_jobid"})
it loaded successfully when I enter the lookup field column in SelectColumns error appears again, is there any restrictions not to load lookup columns I want to load this "mshr_fk_worker_id" column
Thanks,
Muhammad Saad Rafiq.