Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
In Power Query desktop, the JSON parser correctly runs the following example:
let
Source = Json.Document("{ a: 0.000068 }")
in
SourceResulting in: a:6.8E-05
Unfortunately the same query in Dataflow results in: a: 0
Of course, putting the value in quotes forces it to be a string and it is returned correctly in both products. However, the JSON parser should not be rounding numeric values to zero and should be using the same JSON parser so we don't get inconsistencies in parsing.
Solved! Go to Solution.
Hi @Anonymous
Thanks for catching this! But sorry that I can't fix it in my side. I'd like to suggest tou raising this issue to support team for better advice.
https://powerbi.microsoft.com/en-us/support/
Hi @Anonymous
Thanks for catching this! But sorry that I can't fix it in my side. I'd like to suggest tou raising this issue to support team for better advice.
https://powerbi.microsoft.com/en-us/support/
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 10 | |
| 10 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 35 | |
| 29 | |
| 20 |