Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
KNO
Helper I
Helper I

Power BI and Common Data Model Manifest - What format?

Hi

I want to utilize the Common Data Model manifest vervison 1.0.15, but I cant seem to get any data through to my powerbi report.

I have created a 'default.manifest.cdm.json' file and it looks like this:

 

 

{

  "manifestName": "Recipient",
  "entities": [
    {
      "entityName": "RecipientEntity",
      "entitySchema": "local:/Recipient.cdm.json/Recipient",
      "dataPartitionPatterns": [
        {
          "name": "NewPartition0",
          "rootLocation": "Recipient/2021-07-14/",
          "globPattern": "Recipient-44e18e5248e345a09dbc935d7b0480bd*.csv",
          "exhibitsTraits": [
            {
              "traitReference": "is.partition.format.CSV",
              "arguments": [
                {
                  "name": "columnHeaders",
                  "value": "false"
                },
                {
                  "name": "delimiter",
                  "value": ","
                },
                {
                  "name": "escape",
                  "value": "\\"
                },
                {
                  "name": "encoding",
                  "value": "utf-8"
                },
                {
                  "name": "quote",
                  "value": "\""
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

 

 

I have also created a Recipient json file and all is setup in the tennant and the Workspace.

I can add it to my WorkSpace but it does not present to me the data from the Azure Storage Account. I think that the format of the doucment is wrong. Any ideas?

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @KNO ,

 

Is there any error message?

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

Capture.PNG

No errors....

When I try to merge the CDM with a another dataset, it returns this:

Capture2.PNG

This is not a data structure that relates to the Recipient CDM that i created in DataFactory. And it has no data values.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors