Hello,
I have a power bi report published in my workspace. the data source is from a dataflow.
My aim is to export a specific table to a SharePoint list (copy data from the table to the list). Is it possible? Any ideas?
Thanks
Solved! Go to Solution.
I have a found workaround.
Hi @H_Insights ,
Did you get the solution for your requirement?
i need it too.
Please share the steps with us if you are able to export power BI table into the sharepoint list.
Thanks,
SISSPADMIN
Yes, it is very easy.
First make sure you have created a list in SharePoint with the columns you want to export from PBI (with the correct data type).
Again, the app should sign you in (if not already).
Select the "Site Address" and "list Name" and that should load your columns from SP. Start inserting your PBI columns into the fields.
Click Save and Apply.
That's about it. Take it for test.
H
Hi,
really appreaciate your solution. I ran into a follow-up problem. When I choose the needed fields in “Create Item” it instantly switches to “Apply to all”. How can I set filter on Values (columns from PBI) in Power Automate?
The flow currently copies <300 line items instead of the prefiltered ~25 of my PBI table.
">10d" should be filtered:
The "Apply to each" is an expected/normal action and to filter your data you need to use a Condition (screen below).
I am not entirely sure what's in your ">10d" field in PBI, but I assumed it would only have a value if it's overdue >10 days? therefore the rest of the values will be blank. So basically you want to copy only rows/data that are overdue (have values).
Based on that assumption, please try the below and it should get you your ~25 records.
try the following expression in your condition (it's case sensitive and based on your column/field name '>10d').
empty(items('Apply_to_each')?['>10d'])
overall it will look like below
if my assumption is wrong, maybe you can share more context on the >10d field?
@H_Insights @DennisT @SahilMSpower
Also if you’re moving a lot of Power BI data, you may be able to insert any PBI array output into SharePoint batch update & batch create actions:
Perfect - thx.
Yes the filter contains values. Needed to adapt it a little bit but works now as expected!!!😀🙌
I have set up my flow and it only export 1000 records to the Sharepoint list. I believe this is due to a PowerBI visual limit. However, I wonder if anyone else is having this problem and have come up with a different way to overcome. Perhaps exporting the first thousand and then running again on the next thousand?
Unfortunately, the export limit is true and it's an integration issue between Power Automate and Power BI.
However, recently Microsoft introduced ExecuteQueries support in Power Automate, which you can use to overcome the export limits. The export should be in CSV.
ExecuteQueries REST API restricts query results to 100,000 rows or 1,000,000 values per query (whichever is encountered first) and the number of queries to 120 per minute.
Happy exporting!
@H_Insights
If you can export the data somewhere as a CSV, then you may be able to use this CSV parser to send the data to a list or to any other datasource.
https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/CSV-to-Dataset/td-p/1508191
Hey guys, this is really amazing and super simple but I have 2 questions.
How can I put this on a schedule?
How can I check for double entries?
Thank you so much!
Hello @H_Insights,
I have come across your solution and found that helpful in my case. Could you please share the following steps for the process you shared above? Your help would be much appreciated!
A
User | Count |
---|---|
23 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
45 | |
29 | |
25 | |
24 | |
22 |