The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have data that I am not able to interact with from a database I don't personally have credentials to. Anyway, instead of states, the regions are classified as US/NC, US/GA, US/NJ, etc. I know I can replace data after it has been loaded, but is there a way to catch it have it changed when new data is refreshed into the report? Thanks
Solved! Go to Solution.
Hi @bw70316 ,
Based on my research, you could try to use if condition to create a new column for your data to replace your former data:
https://www.excelguru.ca/blog/2014/08/27/the-if-function-in-power-query/
https://community.powerbi.com/t5/Desktop/IF-Statement-using-Power-Query/td-p/122030
And it could work when you refresh your data.
Regards,
Daniel He
Hi @bw70316 ,
Based on my research, you could try to use if condition to create a new column for your data to replace your former data:
https://www.excelguru.ca/blog/2014/08/27/the-if-function-in-power-query/
https://community.powerbi.com/t5/Desktop/IF-Statement-using-Power-Query/td-p/122030
And it could work when you refresh your data.
Regards,
Daniel He