I have a Sharepoint List that I want to access and enrich. Both Alteryx and Power BI have means to connect to the list. However, the PBI seems to be able to pull more information not visible on the SP than Alteryx like user id and user email.
So, imagine a SP list site that has the following fields per item:
1) User FirstName
2) User LatName
3) Content Text
When I connect with Alteryx, I correctly get the same three fields for every item.
However, in Power BI, when I connect, I can get even more information to ultimately populate a table like so:
1) User FirstName
2) User LatName
3) User employee id
4) User email
5) Content Text
On the Sharepoint List site, I cannot add these fields in...so why is PBI able to pull additional fields but the Alteryx SP list input tool cannot?