Hi lovely Community,
just have created an Dataflow to save some decimal number with high decimal places.
Already have set up my table to decimal number with maximum of 10 places. Thats fine for me, but with Power Query I get sometimes the following format:

Although Ive data type "Number" in Power Query in Dataflow refresh protocol I get the following warning error message:
Cannot convert the literal '7.0298769771529E-05' to the expected type 'Edm.Decimal'. ---> System.FormatException: Input string was not in a correct format.
Do you know how to fix this? I already have tried to round off to 10 places, but theres still this format.
Thank you!
BR,
Sven