Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Use this. Replace Source line completely with your source.
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUTJWitWJVjICskzALGMgC8wwgTFMwYxYAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t, Column2 = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", Int64.Type}, {"Column2", Int64.Type}}),
BuffList1 = List.Buffer(#"Changed Type"[Column1]),
BuffList2 = List.Buffer(#"Changed Type"[Column2]),
DiffList = List.Difference(BuffList1,BuffList2),
Result = Table.FromColumns(Table.ToColumns(#"Changed Type")&{DiffList},Table.ColumnNames(#"Changed Type")&{"Result"})
in
Result
Use this. Replace Source line completely with your source.
let
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMlTSUTJWitWJVjICskzALGMgC8wwgTFMwYxYAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [Column1 = _t, Column2 = _t]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", Int64.Type}, {"Column2", Int64.Type}}),
BuffList1 = List.Buffer(#"Changed Type"[Column1]),
BuffList2 = List.Buffer(#"Changed Type"[Column2]),
DiffList = List.Difference(BuffList1,BuffList2),
Result = Table.FromColumns(Table.ToColumns(#"Changed Type")&{DiffList},Table.ColumnNames(#"Changed Type")&{"Result"})
in
Result
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |