I need to develop a data entry application for budgeting purpose.
We have a DataWarehouse built in Sqlserver and the idea is to connect directly to sql. As my end users use power bi ( direct query to an ssas tabular model drom power bi) my first idea was to use powerapps, that would allow to embed the powerapps app in the same power bi report.
After playing a bit with powerapps I am wondering if it would be better to perform an vb.net app, so that the budget application will require of some not so simple functions.
I will appreciate your advice,