Dataflows should have parity with Power Query when it comes to data types. Currently, dates are converted to datetime and fixed decimal numbers are converted to decimal numbers. Time does not work a...
fbcideas_migusr
6 years agoNew Member
Additionally there is a problem with the display of Whole Numbers. They have a data type of Int64.Type, and they are stored internally correctly, but they are displayed rounded as if they are doubles (i.e. to 15 significant figures), as can be seen by the following which uses the maximum permissible value of an Int64: let Source = Table.FromRecords({[LargeInteger = 9223372036854775807]}, {"LargeInteger"}), ToInteger = Table.TransformColumnTypes(Source,{{"LargeInteger", Int64.Type}}), ToText = Table.TransformColumnTypes(ToInteger,{{"LargeInteger", type text}}) in ToText The "ToInteger" and "ToText" steps show different values when used in Power BI dataflows.
Recent ideas
Dynamic ADLS-Gen2 path input for Spark Jobs Main definition file
I would like the ability to add a dynamic input box on a spark job definition's "Main Definition File" "ADLS-Gen2 path". this would be useful to set base and variable paths across all spark jobs...mfink_db2 hours agoNew MemberNew233Views2likes2CommentsReintroduce Tenant/Capacity Switch to Control "Users can create Plan items" Post-GA
During the Preview phase of Fabric Plan items, administrators had access to a dedicated tenant/capacity setting: "Users can create Plan items". With General Availability (GA), this granular administr...Sri-Surendra_Ku4 hours agoNew MemberNew105Views14likes1CommentSupport Fabric SQL Database with workspace-level inbound Private Link
Fabric SQL Database supports tenant-level Private Link but not workspace-level Private Link. Securing a small number of databases therefore requires enabling Private Link across the entire tenant, in...WorkFull226 hours agoAdvocate INew12Views1like0CommentsImprove Relationship UI Wording to Better Reflect Filter Propagation Direction
The current relationship dialog can be confusing because the UI labels "From" and "To" do not always align with users' linguistic expectations regarding filter propagation. As per document : Relation...v-varunvv7 hours agoMicrosoft EmployeeNew20Views4likes0Comments