Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am accessing a SharePoint list were
Table 1 has the following columns – ResID, firstName, lastName, manager
Table 2 has the following columns – ResID, Role
Since it is not a SQL backend I did the Show Items with no Data
When I do this Any row that has no role does not display the manager even when the data is there on Table 1.
Resource ID | firstName | lastName | manager | role |
1 | John | Doe | ABC | Tech Support |
2 | Jane | Doe | (does not show up but in the backend it has a value) | |
3 | Henry | Ford | BBB | Teacher |
Has anyone faced this issue and can someone help resolve?
Thanks, E