Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns the specified dataset from My workspace.
External DocumentationTo learn more, visit the Power BI documentation.

Parameters

ParameterDescription
Dataset IDThe dataset ID. Can be obtained via the List Datasets action.

Example Output

{
	"@odata.context": "<string>",
	"id": "<string>",
	"name": "<string>",
	"webUrl": "<string>",
	"configuredBy": "<string>",
	"isRefreshable": true,
	"isEffectiveIdentityRequired": false,
	"isEffectiveIdentityRolesRequired": false,
	"isOnPremGatewayRequired": false,
	"targetStorageMode": "<string>",
	"createReportEmbedURL": "<string>",
	"qnaEmbedURL": "<string>",
	"upstreamDatasets": [],
	"users": [],
	"queryScaleOutSettings": {
		"autoSyncReadOnlyReplicas": true,
		"maxReadOnlyReplicas": 1
	}
}

Workflow Library Example

Get Dataset with Power Bi and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop