Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi Experts,
I am trying to extract Power BI logs to a local folder. But I am getting following error when I am trying. I have Power BI admin access, and I have installed all required modules in my machine. I also tried the workaround suggested in this link, but it didn't solved my problem. I am exactly following the steps the steps mentioned in this video. Can some one please point the mistake I am doing ?
PS C:\Users\vamsikrishna.banka> Search-UnifiedAuditLog -StartDate 9/05/2022 -EndDate 9/06/2022 -ResultSize 5000 | ConvertTo-Csv | Out-File C:\Users\vamsikrishna.banka\Downloads\Audit\PowerBIAuditLog.csv
Search-UnifiedAuditLog : The term 'Search-UnifiedAuditLog' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Search-UnifiedAuditLog -StartDate 9/05/2022 -EndDate 9/06/2022 -Resul ...
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Search-UnifiedAuditLog:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Thanks in advance
Hi, I can only say that you should be sure you are installing both necessary modules:
Then remember your account must have PBI service admin role and exchange admin role. If you have all that I'm not sure what's going on. Maybe a newer version of the libraries have removed the request. There are many users with the same issue on the youtube video.
I hope that helps,
Happy to help!
@ibarrau Apologies for late reply. Thank you so much for your inputs. Yes you are correct some of the module were missing when I was trying. Everything seem to be working now.
Thanks again.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.