This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Text - A Unicode character data string. Can be strings, numbers, or dates represented in a text format. Maximum string length is 268,435,456 Unicode characters (256 mega characters) or 536,870,912 bytes.
Solved! Go to Solution.
Under Power BI REST API document, it is marked as "string " for the group id (Workspace Id).
For example, the body of the Get Groups action:
{
"odata.context": "string",
"value": [
{
"id": "string",
"name": "string",
"isReadOnly": true,
"isOnDedicatedCapacity": true,
"capacityId": "string"
}
]
}Which should be an GUID,
"
a 128-bit number used to identify information in computer systems. In its canonical textual representation, the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).
"
Search for Microsoft GUID in this article.
So if you would like to store this information into SQL Server, make sure the string field is longer than 128 bit.
Regards,
Michael
Under Power BI REST API document, it is marked as "string " for the group id (Workspace Id).
For example, the body of the Get Groups action:
{
"odata.context": "string",
"value": [
{
"id": "string",
"name": "string",
"isReadOnly": true,
"isOnDedicatedCapacity": true,
"capacityId": "string"
}
]
}Which should be an GUID,
"
a 128-bit number used to identify information in computer systems. In its canonical textual representation, the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens).
"
Search for Microsoft GUID in this article.
So if you would like to store this information into SQL Server, make sure the string field is longer than 128 bit.
Regards,
Michael
Thank you for giving answer but can you tell me exact wich data type I used meaning in sql after 128 bit there 256 bit.
In future it may be bigger than 256 bit or not.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |