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.
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:
Br 🙂
Solved! Go to Solution.
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.
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.