How to find the Entries Added/Removed to a particular date in PowerBi
I have a CSV file which contains the list of Groups and users from Azure, I need to find out the users who have only added for a particular date, but my CSV holds all the users in a single cell separated by semicolon.
How to find the Entries Added/Removed to a particular date in PowerBi
I have a CSV file which contains the list of Groups and users from Azure, I need to find out the users who have only added for a particular date, but my CSV holds all the users in a single cell separated by semicolon.
How to find the Entries Added/Removed to a particular date in PowerBi
I have a CSV file which contains the list of Groups and users from Azure, I need to find out the users who have only added for a particular date, but my CSV holds all the users in a single cell separated by semicolon.
Running an SQL script on demand and showing the results as a table in a published Power BI report
I have a large dataset in a SQL database. I want the user to enter a search string which will then execute an SQL query to pull relevant data that will then show up as a table in the report. I cant define the query in the source of the power query table since it will take a long time for the report to refresh.