Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
IlMoro
Helper II
Helper II

Simple filtered table creation creates data mismatch

Hi,

I have two table, AAA and BBB. BBB is a filtered table of AAA created through this code: = FILTER(AAA,AAA[Assignment group]="MINE" || AAA[Ownership group]="MINE")

 

I expect that all data in all columns, thoese that are not filtered, will be transfered "as is" however it is not so for data and time columns that are not copied correctly. All other columns are transfered correctly.

 

Table AAA

CaptureAAA.JPG

 

Table BBB

CaptureBBB.JPG

 

Thanks for any help.

3 REPLIES 3
Anonymous
Not applicable

Hi @IlMoro ,

I can't upload pbix files for special reasons.

Please refer to my codes.

let
    Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMjIwMtQHQiUdJSDy9fRzVYrVgQsbwcSAskjCxhDVyEIm2FWawlTGAgA=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"create time" = _t, #"Assignment group" = _t, #"Ownership group" = _t]),
    #"Changed Type" = Table.TransformColumnTypes(Source,{{"create time", type date}, {"Assignment group", type text}, {"Ownership group", type text}})
in
    #"Changed Type"

vpollymsft_0-1660802158753.png

 

Then create a table.

BBB = CALCULATETABLE(FILTER(AAA,AAA[Assignment group]="MINE"||AAA[Ownership group]="MINE"))

vpollymsft_1-1660802197881.png

 

If I have misunderstood your meaning, please provide more details with your desired output.

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Hi @Anonymous,

the problem is that the date is transformed from AAA to BBB, for instance from "2022/08/10" to "2022/08/10 12:00:00AM" and time is not transferred at all in fact in BBB the columns time are empty.

How can I copy all column keeping formats and data unchanged?

Anonymous
Not applicable

Hi @IlMoro ,

Could you please provide your sample pbix file without privacy information and desired output?

 

Best Regards

Community Support Team _ Polly

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.