User Profile
poweruser1
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
Can I write a dataframe directly to an existing dataset/semantic model?
Is it possible to write a dataframe in a Fabric Notebook directly to a table in an existing Power BI dataset/semantic model that lives in the same workspace as the Notebook? I have the dataframe all set, i just dont know how to move it to my Power BI model.Solved1.3KViews0likes6CommentsCreate partition via powershell error
I am trying to write a Powershell script to create a partition in a Power BI dataset. Anyone know how to resolve this error? I am receiving the following error: My Powershell Code: $m_code = "let Source = Sql.Database(`"source`", `"db`", [Query=`"sel column form table`", CommandTimeout=#duration(0, 1, 0, 0)]) in Source" $tmsl = "{ `"create`": { `"parentObject`": { `"database`": `"model name`", `"table`": `"Table name`" }, `"partition`": { `"name`": `"test partition`", `"source`": { `"type`": `"m`", `"expression`": [ `"$m_code`" ] } } } }" invoke-ascmd -Server "powerbi://api.powerbi.com/v1.0/myorg/workspace" -Database "model Name" -Query $tmslSolved835Views0likes1CommentCreate new partitions to exisiting dataset via powershell
I have a power bi dataset that i would like to be able to automatically create new partitions via a powershell script. This is not an analysis services model, rather deployed directly to the workspace. Is this possible? If so, any examples?Solved901Views0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.