Forum Discussion
Dataflow in a Power Apps Environment refresh error.
Hi guys! I hope you are doing fine! I´m creating a Dataflow in a Power Apps Environment. I was able to publish it, but I cannot refresh it. I´m getting a lot of errors that unfortunately don´t make any sense to me.
It says that "A validation error occurred for cred5_vw_daily_projectfinancial.cred5_fullfyforecast. The value -118.45 of type System.Double is outside the valid range(0 to 1000000000).","cdsErrorCode":"0x80044330"
Could anyone help me on this? Thanks in advance!!
You need to change this in CDS, not in Power Query.
Solved: Reason: Bad Request, Error code: 0x80044330 (powerplatform.com)
4 Replies
- lbendlinSuper User
Your selected column type only accepts positive integers. You provided a negative number with decimals. Pick a different column type.
- SGonzaNew Member
Hi Ibendlin, thank you for your quick response. I thought the same, but I´m using a decimal number column type. I have negatives and positive numbers, so I do not know how to resolve this...
- lbendlinSuper User
You need to change this in CDS, not in Power Query.
Solved: Reason: Bad Request, Error code: 0x80044330 (powerplatform.com)