Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I'm trying to write a table to Dataverse using power query.
My table has the "Value" column which is very large number (up to 100 billion).
On the ETL process, I set the "Value" 's data type as Decimal number.
Then on this window, its set to floating type and doesn't allow me to change back.
I tried to run that dataflow and got this error message
I tried create the destination table before run the flow, set the "Value" data type as Decimal (on dataverse), then re-run the flow but still got the same error.
Any advises? 😄
Solved! Go to Solution.
Hi @Anonymous - it appears that to need to change your PowerApps (dataverse) table. The target column is set in INT. This needs to be changed to BIG INT to accept larger numbers. If this still doesn't work, the column will need to be set to TEXT. Please note again, this change needs to be made on the Dataverse table not in the Power Query data type.
Hi @Anonymous - rather than "Decimal Number" (per the first image) is the Data Type option for "Fixed Decimal Number" available. This will force the Power Query to use Currency.Type, and this might make Dataverse treat the column as Decimal or Money Type instead of Floating (I know it seems illogical). However, I would suggest using Whole Number data type if the numbers are larger than 100,000,000,000
Column data types in Microsoft Dataverse (contains video) - Power Apps | Microsoft Learn
Thanks you for ur response, i tried to using Whole Number data type...
but got this error T_T''
Hi @Anonymous - it appears that to need to change your PowerApps (dataverse) table. The target column is set in INT. This needs to be changed to BIG INT to accept larger numbers. If this still doesn't work, the column will need to be set to TEXT. Please note again, this change needs to be made on the Dataverse table not in the Power Query data type.
Thanks you so much;
Setting the data type to BIG INT didn't help. But setting to TEXT worked.
This saved my day, thansk you 😄
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
35 | |
17 | |
12 | |
11 | |
9 |
User | Count |
---|---|
44 | |
27 | |
16 | |
14 | |
13 |