I create a query in Power BI Desktop against a data source. Power BI Desktop insists on executing it multiple (usually three) times. This makes Desktop slow and for back-end data sources exerts add...
fbcideas_migusr
2 years agoNew Member
It's now 2024 September and problem still exists. (in my opinion this is not an idea, it must be descripted as an issue)
I'm in PBI desktop and have a simple code to test the issue
let
Source = Sql.Database(".", "TEST", [Query="select * from [dbo].[ProductSold]"]),
selectARow = Table.SelectRows(Source, each [ProductID] = 3 ),
selectAColumn = Table.SelectColumns(selectARow,{"ProductID"})[ProductID]{0},
testProc = Sql.Database(".", "TEST", [Query="exec test2 " & Text.From(selectAColumn)])
in
testProc
In this situation "select * from [dbo].[ProductSold]" query runs only once but the "exec test2 " query runs twice.
Recent ideas
Auto-propagate Lakehouse (Direct Lake) permissions to users assigned to a Power BI App audience
Problem When a Power BI report uses a Live Connection to a Direct Lake Semantic Model, end users must have explicit ReadAll / ReadData permissions on the underlying Lakehouse (or its SQL analytics e...majofv1 hour agoNew MemberNew5Views1like0CommentsAdd a Close or “Return to previous page” button to Semantic Model Security and Settings pages
When updating RLS group assignments through Semantic model > Security, there is no consistent in-product Close or Done button that returns the user to the previous workspace view. The browser Back b...Kalaiselvan4 hours agoFrequent VisitorNew2Views0likes0Comments