Forum Discussion
Anonymous
5 years agoNot applicable
Populate data from pbi report to sql
Can I populate data from one of my table visualization(coming from multiple tables which contains calculated columns) into SQL?I would like to have it without any manual intervention.
I have to send the data from my report to sql, and use it to perform some recursion logics there .Since DAX doesnot support recursion
4 Replies
- amitchandakSuper User
Anonymous , Not very clear. But see if some Power Automate flow can help
https://flow.microsoft.com/en-us/connectors/shared_powerbi/power-bi/
- AnonymousNot applicable
But will it help me populate my measures also into sql
- amitchandakSuper User
Anonymous , not very clear. If the tool provides the facility to insert it into the database then it will take care. Else you need to write a code for that.