Skip to content

Latest commit

 

History

History
134 lines (103 loc) · 2.42 KB

Copy-PBIReports.md

File metadata and controls

134 lines (103 loc) · 2.42 KB
external help file Module Name online version schema
PowerBIPS-help.xml
PowerBIPS
2.0.0

Copy-PBIReports

SYNOPSIS

Duplicate reports by suppling a list of the reports to copy. Returns an object containing the new reports' metadata.

SYNTAX

Copy-PBIReports [-authToken <String>] -report <Object> [-targetName <String>] [-targetWorkspaceId <String>]
 [-targetModelId <String>] [-groupId <String>] [<CommonParameters>]

DESCRIPTION

{{Fill in the Description}}

EXAMPLES

EXAMPLE 1

Get-PBIReport | Copy-PBIReport -authToken $authToken -targetWorkspaceId GUID -targetDataSetId GUID

PARAMETERS

-authToken

The authorization token required to comunicate with the PowerBI APIs Use 'Get-PBIAuthToken' to get the authorization token string

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-report

The PBI Report Object or Report Id (GUID)

Type: Object
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-targetName

Name of the report in the target workspace

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-targetWorkspaceId

Target workspace id (GUID)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-targetModelId

Target dataset id (GUID)

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-groupId

{{Fill groupId Description}}

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

RELATED LINKS