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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Thomas_R_H
New Member

Unique Static GUID

Hi all 

I have a problem with the  "Text.NewGuid()" that generates the same GUID for each row my table. 

So i read through this post: Solved: Problem with M function Text.NewGUID() - Microsoft Fabric Community and got this: 

Table.TransformColumnTypes(Table.AddColumn(#"Filtered rows", "GUID", each try error Text.NewGuid() otherwise Text.NewGuid()), {{"GUID", type text}})
My question is will this keep the generated GUIDS static? 
It is used for a dataflow in the Power Platform and i have to tick the box "Delete rows that no longer exists in the query output", which basically means that they have to be static to be able to delete the correct rows that does not exist any more? 

If not, is there some one that can help with a work around? 


Br 🙂 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

GUIDs will not be kept static. If you need static GUIDs then you need to use an external reference table that correlates your table's primary key with the external GUID.

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

GUIDs will not be kept static. If you need static GUIDs then you need to use an external reference table that correlates your table's primary key with the external GUID.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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