This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I'm trying to save the data from my collection (colItems123) in my sharepoint list (Patterns_5S) but my function has an error in the item 'Non-compliant sense'.
Error generated: The type of this argument 'Non-compliant sense' does not match the expected type 'Table'. Found type 'Record
can you help me?
Function I'm using:
ForAll(
colItems123,
Patch(
Standards_5S,
Defaults(Standards_5S),
{
Point: colItems123[@Point],
'Non-conforming sense': { Value:
if(
Checkbox1.Value && Checkbox1_1.Value && Checkbox1_4.Value && Checkbox1_2.Value && Checkbox1_3.Value,
"Selection Organization Self-Discipline Cleaning Conservation",
If(Checkbox1.Value, "Selection" & Char(10), "") &
If(Checkbox1_1.Value, "Organization" & Char(10), "") &
If(Checkbox1_4.Value, "Self-Discipline" & Char(10), "") &
If(Checkbox1_2.Value, "Cleanup" & Char(10), "") &
If(Checkbox1_3.Value, "Conservation" & Char(10), "")
)
},
Status: { Value: colItems123[@Status] },
'Non-compliant Desc': colItems123[@Comment],
AuditID: colItems123[@AuditID],
'Audit Data': colItens123[@'Audit Data'],
Area: colItems123[@Area],
Factory: colItens123[@Fabrica],
Item: colItems123[@'Item 1'],
NumberOfImage: colItems123[@NumberOfImage],
Auditor: colItems123[@Auditor],
Collaborator: colItens123[@Collaborator]
}
)
)
Solved! Go to Solution.
@jcnascime , where you have written the code? Seem like SharePoint issue then power bi
@jcnascime , where you have written the code? Seem like SharePoint issue then power bi
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |