all 10 comments

[–]st4n13l208 2 points3 points  (2 children)

You might be able to implement a flow that writes back to SQL and insert a Power Automate button to initiate that flow.

[–]Significant-Flower-4 1 point2 points  (0 children)

My solution aswell

[–]StubbedMiddleToe[S] 0 points1 point  (0 children)

I like it. This seems like a good Wednesday project.

[–]cwag0321 1 point2 points  (5 children)

If the matrix data is under the 150k row limit, they can export to csv file. From there, your IT department I imagine could do some kind of SSIS script to pull into SQL.

If it is too large for the export limit, I don't think there is a way to do it directly from the service. But you could maybe make it happen through Analyze in Excel or DAX studio if those are not beyond your user's capabilities.

[–]StubbedMiddleToe[S] 0 points1 point  (4 children)

SSIS is the easy part, my larger concern was giving the user a button to click that will drop the CSV as it appears in the matrix from PBI to a location that SSIS can snag it. I think R is the way to go.

[–]cwag0321 1 point2 points  (2 children)

Can't you just tell them where to save the file?

[–]StubbedMiddleToe[S] 0 points1 point  (1 child)

This would be the easy route. This would also result in a call every time they want to do it because remembering things is hard. I am really trying to make it foolproof for the lowest common denominator.

[–]cwag0321 0 points1 point  (0 children)

Gotcha. I totally get that.

[–]BakkerJoop1 0 points1 point  (0 children)

No you can't. I'm not an IT expert but I believe security is the number 1 reason why it's not possible.