Forum Discussion
Expanding Table after a merge
- 8 years ago
Hi Fnoorda,
I have test your issue, and it works after I merged two tables:
One possible condition in your case is that the data type of columns in table All doesn’t match the data type of columns in table Col. Please check if data types of columns are same in two tables.
Please refer to my PBIX file: https://www.dropbox.com/s/clyn58d40vpphtn/For%20Fnoorda.pbix?dl=0
Best Regards,
Jimmy Tao
Hi Fnoorda,
I have test your issue, and it works after I merged two tables:
One possible condition in your case is that the data type of columns in table All doesn’t match the data type of columns in table Col. Please check if data types of columns are same in two tables.
Please refer to my PBIX file: https://www.dropbox.com/s/clyn58d40vpphtn/For%20Fnoorda.pbix?dl=0
Best Regards,
Jimmy Tao
- Fnoorda8 years agoFrequent Visitor
Thanks Jimmy that does solve the problem. Thanks for your help. Powerbi does seem to change the data type sometimes from whatever it is to this "any type" I asume that equtes to variant.
Thanks again.