Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have had embedded reports using the PBI Javascript API working for years now. All of a sudden, I am getting an "Uncaught Error" in the browser console saying "Filter property is invalid". I have tried work arounds (like applying filters after report is rendered) but without success.
Incurring in the same problem. Since few days we're getting the same error on the console.
Anyone has any idea if the power bi API has had any updates/modifications?
my filter obj:
'filters': [
{
'$schema': 'http://powerbi.com/product/schema#basic',
'target': {
"table": 'Facility',
'column': 'FacilityId'
},
'operator': 'In',
'values': [4]
}
]
Without filters it works.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |