Category: Security

  • How-To Access Azure Key Vault Secrets from Fabric Notebook

    How-To Access Azure Key Vault Secrets from Fabric Notebook

    This blog post focuses on how to handle authentication within Fabric Notebooks using secrets without storing them in your code. To access Key Vault from a Fabric Notebook, use the PyTridentTokenLibrary to handle the call while using an access token. Specify the name of the secret in Key Vault and provide the URL of the…

  • Static and dynamic Row-level-Security in Power BI

    Static and dynamic Row-level-Security in Power BI

    Power BI enables developers to implement Row-level-security (RLS) in their reports, which is a powerful feature that allows you to restrict data access at the row level. With RLS, you can ensure that users only see the data that they are authorized to see. This feature is particularly useful in situations where you have sensitive…