I am trying to use the modern data table control in Power Apps, but I have an issue.
In my Dataverse Table, I have a Lookup-type column, which by default shows me the column (ID_RL). However, I need to display the "norma" column.
By default, the data table loads the query in the FieldName field with the query "crb4b_Requisito_Legal".
I tried modifying it in the following ways without success:
1. crb4b_Requisito_Legal.norma
2. ThisItem.Requisito_Legal.Norma
How could I display the column I need and not the default column?