Power BI

I built an open source CLI tool to refresh Fabric semantic models from the terminal

Reddit r/MicrosoftFabric
I built an open source CLI tool to refresh Fabric semantic models from the terminal

Summary

I got tired of clicking through the Power BI portal just to refresh a model, so I built frefresh — an interactive terminal tool that lets you pick a customer, environment, model, and specific tables, then triggers the refresh via the API. Built with Go. The Fabric/Power BI web interface only lets you refresh the entire model — there's no way to refresh individual tables from the UI. You can do table level refreshes through SSMS/TMSL, but it's clunky and requires a lot of setup. frefresh gives...

Read the full article