The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all, I have an Azure Usage table with some resources do not have a value in the tags column (Blank).
I have another table with resource groups and the proper tags for those groups, can I use the advanced editor to join on resource group and populate the blank tags in the usage table.
The related field would be resource group=resourcegrouplkup
Right now I have modified the "Replace Values" step to use "each if, then, else" but it's getting very messy and long and not sure if there is a limit to the if's or's.
Thanks
Solved! Go to Solution.
Hi @rixmcx59 ,
Hope this blog could help you. If it doesn't meet your requirement, kindly share your sample data and excepted result to me. Please upload your files to One Drive and share the link here.
Regards,
Frank
The Solution link goes to 404 Error.
It's always best practice to write out the solution within the Message Forum, rather than pointing to an external link that ends up getting lost / shut-down.
Hi @rixmcx59 ,
Hope this blog could help you. If it doesn't meet your requirement, kindly share your sample data and excepted result to me. Please upload your files to One Drive and share the link here.
Regards,
Frank
Frank, thanks for the post, the custom VLookUp function works just fine.
Hello, thanks for the respose, my organizational account does not allow access to one drive? I will look into my icloud, I think I can share files from there.
If I share my pbix will it be of any use? the data connections are using my credentials to connect to Azure Consumption Insights connector.
I am looking for a solution in M language, not DAX. I want to do this in the advanced query editor. Thanks