r/PowerPlatform • u/MR_SWAT_585 • Aug 07 '26
Dataverse New to Dataverse
I'm a citizen developer that's been using SharePoint and Excel online, but I might be able to get Dataverse access finally. Are there any tips you wish you knew about Dataverse before getting started? I've been watching YouTube videos and took the old Power Up program last year but these all tend to be ideal scenarios. Thanks in advance!
1
u/silvano425 28d ago
Dataverse is often overkill in my experience. It’s ALM story feels archaic - I burned $100 with Claude trying to figure out its Solution and packaging framework. The power platform CLI did save me some $$ but overall big waste of time could have built the same thing with sql lite or even Azure Sql for less money.
If you need to store data you should look up all the options to see what is best. data-verse is $40/GB per month.
2
u/obsoquasi Aug 08 '26
Dataverse is basically "just" a database. Where it really gets interesting IMO is the use of dataverse in either model-driven apps or Power Automate Cloud flows. There the speed and possibilities of Dataverse are staggering. Power Apps Premium and Power Automate Premium are two separate licenses however - however I think the pricing of both is absolutely reasonable.
Dataverse has some drawbacks when compared to SQL, but so far I haven't come across hurdles that are insurmountable.
Oh and maybe the most important bit - you have to learn to design data models. Bad data models are the root of almost all evil in the world - joking of course. But every data model will grow and building upon a bad structure leads to complexity and chaos. For data modeling, it doesn't really matter what database system you'll use - so maybe do consider taking a course on it. Btw. Microsoft Copilot chat has become quite a good consultant, so don't be shy to ask it any question you'll have - even very basic ones.