Here comes a beginner's question (at least I think so): I want to edit the data of a Dynamics 365 table with Excel (this may not be best-practice, but it is a very good solution for my use case). To do this, I export the Dataverse table in PowerApps as an Excel file. I can read and edit the data in the Excel file using the PowerApps Office Add-In. So far, so good.
But now I don't want to display all the columns of the Dataverse table in Excel, only the columns with relevant data. Is it possible to "clone" a table in Dataverse and filter columns (for example). In short I need something similar to a view on an SQL server?
Or is there another solution to my problem?
Thank you for your help.
PS: Filtering the columns in Ecxel is no solution, filtering has to be done in advance.