Posts

Power BI July 2026 Feature Summary

Image
Welcome to the July 2026 Power BI update! This month, we're introducing new capabilities across reporting, modeling, mobile, and embedded analytics. Highlights include expanded modern visual defaults, conditional formatting improvements for line charts and legends, new org app capabilities and APIs, Model Options in the Power BI Service, and TMDL View on the web. Events and Announcements Your Road to the Power BI DataViz World Championships Round Two of the Power BI DataViz World Championships is now open, with Round Three still ahead. Plus, one wildcard finalist will be selected from standout submissions across all stages of the championship.   Is this your moment? The only way to find out is to enter. Every submission is a chance to learn something new, connect with the community, and showcase your creativity. You might surprise yourself along the way and earn a place in the finals. Join now . Data Days Goes Through August 7th Looking for your next Power BI breakthrough? Data Day...

How to Stop, Start SQL Server Agent services using command prompt

Image
To start stop a service using NET command the syntax is as follows net start/stop service_name Open command prompt as admin For example, to start the SQL Agent service of the default SQL Server instance the command is net start SQLSERVERAGENT To stop the SQL Agent service of the default SQL Server instance the command is net stop SQLSERVERAGENT