Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
In Pbix, is it possible to create dynamic parameter to accept the connection mode as direct query or import? Our Dataset are big, when we develop in local laptop we want use the direct query after publish we want to move into import mode. Please advise how to achieve this?
Solved! Go to Solution.
@bsaknop
I dont think it is possible to parameterize the storage mode. For large models, the most common approach that everyone follows is: In Power BI desktop, limit the data using parameters and publish it to power bi service and change the parameter value and load complete data into the semantic model. Once the semantic model is ready in the service then you can connect to the model and build your visuals or report content. If in case you have not created your measures before publishing the model into power bi service or if you want to make any changes to the transformations then you can use tabular editor external tool.
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun
@bsaknop
I dont think it is possible to parameterize the storage mode. For large models, the most common approach that everyone follows is: In Power BI desktop, limit the data using parameters and publish it to power bi service and change the parameter value and load complete data into the semantic model. Once the semantic model is ready in the service then you can connect to the model and build your visuals or report content. If in case you have not created your measures before publishing the model into power bi service or if you want to make any changes to the transformations then you can use tabular editor external tool.
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun