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
Expose Card Visual Reference Values to DAX via SELECTEDREFERENCEVALUE() or similar
Description The new Card visual introduces Reference Values and Reference Labels, which are excellent for displaying targets, benchmarks, prior periods, and other contextual metrics alongside a KPI....SEMattis38 minutes agoAdvocate IIINew2Views0likes0CommentsGestión. Visión artificial. Biometría. Automatización. Datos. Integración.
Estamos empezando a mostrar algo mucho más grande: una plataforma construida para llevar la Inteligencia Artificial al mundo real. Gestión. Visión artificial. Biometría. Automatización. Datos. Integ...luisfertl23 hours agoNew MemberNew5Views0likes0CommentsData Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v1 day agoCommunity ChampionNew620Views11likes2Comments