We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
{
"name": "PowerBI_Sample",
"tables": [
{
"name": "Table1",
"columns": [
{
"name": "Column1",
"dataType": "string"
},
{
"name": "Column2",
"dataType": "string"
}
],
"rows": [
["Row1_Value1", "Row1_Value2"],
["Row2_Value1", "Row2_Value2"],
["Row3_Value1", "Row3_Value2"],
["Row4_Value1", "Row4_Value2"]
]
}
]
}
Getting the below error when sending the above dataset.
{
"error": {
"code": "FailedToDeserializeDatasetError",
"pbi.error": {
"code": "FailedToDeserializeDatasetError",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.