From 68f866ee89f0f3af0bcfff1dce2f376cfb8b9696 Mon Sep 17 00:00:00 2001 From: jaredwbrown77 <30632744+jaredwbrown77@users.noreply.github.com> Date: Tue, 13 Dec 2022 22:29:42 -0500 Subject: [PATCH] Update Get-PowerBIDataset.md While I feel like it might be a bug with the implementation itself, the -Name argument as current implemented does not limit returned results unless -Scope Organization is specified. --- powerbi-ps/MicrosoftPowerBIMgmt.Data/Get-PowerBIDataset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerbi-ps/MicrosoftPowerBIMgmt.Data/Get-PowerBIDataset.md b/powerbi-ps/MicrosoftPowerBIMgmt.Data/Get-PowerBIDataset.md index 3cfa254..b451f89 100644 --- a/powerbi-ps/MicrosoftPowerBIMgmt.Data/Get-PowerBIDataset.md +++ b/powerbi-ps/MicrosoftPowerBIMgmt.Data/Get-PowerBIDataset.md @@ -133,7 +133,7 @@ Accept wildcard characters: False ``` ### -Name -Name of the dataset to return if one exists with that name. Case insensitive search. +Name of the dataset to return if one exists with that name. Case insensitive search. Currently this is only supported when -Scope Organization is specified. ```yaml Type: String