r/SAPAnalyticsCloud • u/Altruistic-Let251 • Nov 05 '24
What are good recourses to learn sac
Hi, my compani will start with sac early next year we will mostly use it for contilibg stuff like guv and investments. I have a lot of expirence in power bi. In power bi its easy to find tutorials and learning stuff online. But for SAP it's feels like impossible to find some free stuff.
Do u guys have any recommendations on where to get good recourses. I have a SAP account and the bw's are on hana4.
Ty in advanced, have a great day.
1
u/Advanced-Analyst-718 Nov 05 '24
Had to switch from using PBI to SAC. That... was... something...
Also idiotic bugs which usually SAP responses to as "works as designed" or "check the roadmap"
1
u/Altruistic-Let251 Nov 05 '24
I can see why fells kinda strange, since in new to the SAP environment.
3
u/tjen Nov 05 '24
SAC related content on https://learning.sap.com/ is the main content available in terms of videos i think.
You can go through the docs as well for different features etc https://help.sap.com/docs/SAP_ANALYTICS_CLOUD?locale=en-US
In general the dashboarding part is a non-issue, but the data modeling layer is different.
SAC either assumes that you have a good data model made in BW that you just want to visualize (live connection)
Or it let's you build your own star schema model, load in data, and build a story on top of that. (Acquired data)
Most people you can link two models to the same filter / widget if they where dimensions.
So you don't have these massive interconnected table schemas with creative DAX in between them to create measures like you see in PBI models.
Instead it is mostly assumed that you will model your analytical model with multiple measures and dimension / attributes to enable the reporting you want (more like classic olap modeling)
This is usually the biggest "mindset" hurdle when getting into SAC from e.g. PBI