Relative Content

Tag Archive for powerbipowerquery

Allocation model in Power query

I want to create a simple allocation model in power query which will allocate inbound inventory to open orders. I have 2 tables as shown below. The first table is showing the open orders by SKU and then second table is showing inbound inventory by SKU which are going to available to allocate on multiple dates.
The final result would be a table that shows allocated units for each SKU and the dates on which they got fully allocated. If it is not fully allocated then the last date of allocation to be available.

Power Query data format errors

I have a problem, I created a database in a CSV file and extracted it to power query. But I had a problem converting one column, specifically the column with names, from text to date and now I have only errors.

Is Fuzzy Grouping Discontinued in Power BI? Seeking Alternatives

I’m dealing with a dataset containing over 200,000 rows of data and noticed that Power BI lacks the “fuzzy grouping” function. I’m uncertain if this feature has been discontinued. My challenge lies in reconciling variations in customer account names example Cartrack, CARTRACK PTY LTD, CarTrack (PTY) Ltd, etc. While I can address this manually for each account, the sheer volume of data makes this approach impractical. I’ve attempted to implement fuzzy grouping in Power Query for individual account names, but I’m unsure how to extend this solution to handle multiple accounts simultaneously. Fuzzy grouping has been instrumental in resolving similar issues in the past, and I’m seeking guidance on alternative approaches to achieve similar results efficiently.