Skip to content

Commit f2f1be8

Browse files
mynjjDiego Joshua Martínez Pineda
andauthored
PBIPs in BCApps (#5377)
#### Summary This PR adds the PBIP/TMDL (and saved as PBIXs also) offered in BC OOB in BCApps. These are the apps: - Finance - Inventory - Inventory Valuation - Manufacturing - Projects - Purchasing - Sales - Subscription Billing - Sustainability In addition I'm adding the first script that leverages PBIP to ensure the embedded pages are defined. #### Work Item(s) Fixes [AB#600448](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/600448) --------- Co-authored-by: Diego Joshua Martínez Pineda <[email protected]>
1 parent 69e6696 commit f2f1be8

File tree

2,142 files changed

+1081634
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,142 files changed

+1081634
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,9 @@ TestResults.xml
324324
*.ipynb_checkpoints
325325
*.ipynb
326326

327+
# Power BI pbip files
328+
**/.pbi/localSettings.json
329+
**/.pbi/cache.abf
330+
327331
# Exceptions
328332
!src/System Application/Test/Extension Management/testArtifacts/*.app
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
3+
"metadata": {
4+
"type": "Report",
5+
"displayName": "Finance app"
6+
},
7+
"config": {
8+
"version": "2.0",
9+
"logicalId": "36cb11d4-5562-4f8d-bd24-2057aa83b86b"
10+
}
11+
}

0 commit comments

Comments
 (0)