Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I get a Something Wrong error message trying to create a dataflow with a duration data type. The M Query works in Desktop, but not in dataflow. There are workarounds, but is this a bug?
let
Source = Table.FromRows({{#duration(0,1,0,0)}},{"Duration"}),
#"Changed Type1" = Table.TransformColumnTypes(Source,{{"Duration", type duration}})
in
#"Changed Type1"
Something went wrong
An error occurred while processing recent changes made to one or more of your entities. Please check your queries and try again.
Solved! Go to Solution.
HI @John1 ,
I think this should related to your data type, current power bi service side only support text, numeric, bool, date, time format, time duration seems not work.
Maybe you can consider to split it to multiple columns with numeric format.
Regards,
Xiaoxin Sheng
HI @John1 ,
I think this should related to your data type, current power bi service side only support text, numeric, bool, date, time format, time duration seems not work.
Maybe you can consider to split it to multiple columns with numeric format.
Regards,
Xiaoxin Sheng
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
29 | |
28 | |
22 | |
22 | |
19 |
User | Count |
---|---|
53 | |
36 | |
28 | |
24 | |
21 |