The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have 15 dataflows (on the Power Bi Premium Servcie) that I use to get large amounts of data through an API. 13 of them work fine. They are all exactly written the same, except of course the "source". So all the steps in them are just copies.
The two that do not work, I get this error when I refresh:
"Expression.Error: We cannot convert the value null to type Record."
When I look in the preview, there seem to be no error.
I have copied the queries to Power Bi desktop, and they run perfectly.
What am I missing?
Solved! Go to Solution.
if you know the offending column you can use try ... otherwise ... to handle null records.
if you know the offending column you can use try ... otherwise ... to handle null records.