March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am using Power BI Projects and I'm having an issue separating Report and Dataset/Semantic Model development.
My question is, how can users add report-only measures? That is, measures that are defined in the report and are not added to the semantic model. I don't want the semantic model to be modified.
Hi @delish68 ,
If you can, use Live Connection mode to connect to your data source. In Live Connection mode in Power BI, report-level measures are supported.
Power BI Connection Types: DirectQuery, Live, or Import? Tough Decision! - RADACAD
Report level measures with Power BI live connections - YouTube
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
1) Publish your datasets to powerbi service
2) open a blank report and connect live to that dataset and save the report as .pbip
3) you'll have the url that you need to change the definition.pbir:
example:
{
"version": "1.0",
"datasetReference": {
"byPath": null,
"byConnection": {
"connectionString": "Data Source=powerbi://api.powerbi.com/v1.0/myorg/AAAAAA;Initial Catalog=\"BBBB\";Access Mode=readonly;Integrated Security=ClaimsToken",
"pbiServiceModelId": null,
"pbiModelVirtualServerName": "sobe_wowvirtualserver",
"pbiModelDatabaseName": "XXXXX-xxxxx-xxXxxx-XXXXX",
"name": "EntityDataSource",
"connectionType": "pbiServiceXmlaStyleLive"
}
}
}
example :BBBB
AAAAAA: Production Finance Workspace
BBBB : Sales Datamodel
XXXXX-xxxxx-xxXxxx-XXXXX = Semantic model gui
if this helps, please mark it as a solution 🙂
I've done this but the issue is that the Power BI service doesn't support "byConnection" so when you publish or update from the Git integration, the service changes it back to "byPath". The report then shows that it's out of sync with what's in Git and you get stuck in an endless loop of conflicts and/or Git being updated with "byPath" which brings us back to the original problem.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |