Refresh Single table in a Dataflow
There are some ways in which you can achieve this. For example, you can disable staging to any queries that do not need to run or you can split your Dataflow into other Dataflows (we recommend this approach) so you can take a more modular approach.
By design, you may have Dataflows that would need to inspect multiple queries in order to compute the final result. For example, a query that needs to first perform a specific transformation, and if it yields a specific result then it will continue in a separate fork to create the result of your Dataflow. Computing dependencies is often required and they can only truly be calculated at refresh time, thus selecting a separate scope that could conflict with the one by-design of the Dataflow could yield unexpected results.
Recent ideas
Allow Managed Private Endpoint to be disabled/enabled per notebook
Could notebooks have an option to use or not use the workspace's Managed Private Endpoint (MPE)? MPE can significantly increase notebook startup time, even for notebooks that don't need private conn...frithjof_v6 hours agoCommunity ChampionNew19Views1like0CommentsJustification Prompts When Downgrading or Removing Sensitivity Labels in Power BI Desktop
Description Currently, organizations can configure Microsoft Purview sensitivity label policies to require users to provide a justification when removing a label or lowering its classification. T...vvargasv22 hours agoMicrosoft EmployeeNew11Views0likes0CommentsMatrix: column totals as a bar chart docked to the edge
What's missing Data bars already work on the Total row and column through conditional formatting, so row totals can be read as length. Column totals cannot: they render as a horizontal bar inside a ...Sayurivalente1 day agoRegular VisitorNew79Views6likes1Comment