Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
I have two questions with me,
1) What is the supported and available data type for push data set rest API ?
I found below and is there anything apart from these ?
Int64, string, bool, DateTime, Currency
2) I have to push my nested json object. Can I push below object as it is ?
data = [
{
"name": "seenu",
"age": 32,
"gender": "male",
"phone": [{"mob": "1234-1334"}, {"mob": "1234-3567"}]
},
{
"name": "seenu1",
"age": 33,
"gender": "male",
"phone": [{"mob": "1234-1335"}, {"mob": "2234-3567"}]
}
]
Note: I'm using Node.Js for rest APIs
Your choices are much more limited
You can load your JSON object as text but then how do you plan to parse it?
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.