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.

Add a hash or checksum function to Power Query (M)

In Power Query (M) in both Power BI and Dataflows there is no checksum or hash function. This means that you have to concatenate and compare columns as a large string which is slow and inefficient. The ability to checksum or hash a record or set of columns in a record would complement incremental refresh perfectly, allowing you to implement change detection and derive edit datetimes for a transformed set of data. A choice of hashing functions would also be a helpful addition. A further benefit would be the ability to generate a single deterministic integer key from a composite join, which supports the Power BI single column join principle, and is much needed with incremental refresh because you can't use an index column where you are only reprocessing part of the dataset.
Status: Needs Votes
Comments
simon_goemans1
New Member

Something like the link below would be great. Not too hard to implement, but would be nice if it came out the box

https://community.powerbi.com/t5/Desktop/Privacy-Hashing-of-keys/m-p/110574

fbcideas_migusr
New Member
Status changed to: Needs Votes