Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi ,
We have SSAS tabular model and Multidimensional model on top of a Oracle Data warehouse . The reporting is done through Power BI via a live connection to SSAS layer .
We have following requirements
In case that is not possible , is it possible that we write back to Oracle Database from Power BI and then refresh the SSAS server models in real time in order to reflect on the report . Please advise what are the recommended solution to achive this .
PowerApps ? or what are the options please !
Thanks In adv.
Currently the only write back option is a PowerApps visual.
I am not aware of any other visual that lets you enter text on the fly. If there is one then you could potentially use R or Python script for the write back.
While trying to writeback we have done a POC using R . There we can select something from drop-down that gets inserted on Oracle DB . We are battling while taking input from user on BI screen and then insert into the DB.
Any idea ?