Recent content by berryyou

  1. B

    Secure data access in Power BI

    Row-level security (RLS) and Object-level security (OLS) allows you to create a single or a set of reports that targets data for a specific user. In this module, you'll learn how to implement RLS by using either a static or dynamic method and how Microsoft Power BI simplifies testing RLS in...
  2. B

    Using GitHub Copilot with Python

    GitHub Copilot is an AI pair programmer that offers autocomplete-style suggestions as you code in Python. Learning objectives By the end of this module, you're able to: Enable the GitHub Copilot extension in Visual Studio Code. Craft prompts that can generate useful suggestions from GitHub...
  3. B

    Introduction to Git

    Find out what source control is, and get an introduction to Git—the world's most popular version control system. In this module, you'll: Learn what version control is Understand distributed version control systems, like Git Create a new Git project and configure it Make and track changes to...