Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I'm writing monitoring rules for PowerBI,
in the PowerBIActivity log I can find information who turned on or off an option, but how can I find information whether someone added another user group in the "Specific security groups" field or changed the parameter to "The entire organization"?
what log is this in?
Solved! Go to Solution.
Hi @jqbd2023
You can't find that in Activity Log Power BI. You need to fetch in Azure AD
Connect-AzureAD
$allgroups = Get-AzureADGroup -All $true
.....
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Hi @jqbd2023
You can't find that in Activity Log Power BI. You need to fetch in Azure AD
Connect-AzureAD
$allgroups = Get-AzureADGroup -All $true
.....
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
50 | |
31 | |
26 | |
26 | |
25 |
User | Count |
---|---|
61 | |
49 | |
29 | |
24 | |
23 |