Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
My powerBI is connected to two SQL database. One is old and should never be refresh, the other should refresh daily. Both database have the same tables and I combine the similars one before upload to the model (eg. sales, production, tranport tables). How do I prevent the old SQL tables to update when I hit "refresh" on powerBI?
The queries are already disable for upload and update report refresh in Power Query.
Thank you!
Combining the old and new database tables in the query editor will still include the old ones in the refresh. To exclude the old tables from the refresh, load them separately and uncheck Include in report refresh for each query. You can use relationships and measures to visualize the old and new tables together.
Please check this one Solved: Disable refresh for particular table in power bi - Microsoft Fabric Community
Regards,
Ritesh
It's nigh impossible to "not include in refresh" when there is lineage.
You could load the tables from the old SQL database into a dataflow and then not refresh the dataflow. You will still have to load from the dataflow into the semantic model on each refresh, so if you consider Occam's Razor this is a futile extra step unless your old database is either slow or going away soon etc.
What you can consider is the enhanced Refresh API - it allows you to selectively refresh individual tables in your semantic model - and even individual partitions if you have these.
Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 39 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 73 | |
| 70 | |
| 37 | |
| 35 | |
| 26 |