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 September 15. Request your voucher.
Hello,
I have a small problem :
When I expand a merged query, I have some specific values wich are automatically converted to date, like "24/7" converted to "24/7/2022"
24/7 is text and dosen't have to be changed !
I tried to resolve it by changing type to text after the expand, but "2022" is still there ...
For sur I could add a query like "delete last 5 letters" but I think it's not a efficient solution
Would you have any idea ?
Thank you
Pierre
From that to that
Solved! Go to Solution.
@Anonymous
I simulated your problem in the following data set
I also got the same result as you mentioned. This happens when Transformation steps automatically detect data type. To disable automatic detection of data types, disable the option as shown below from the File Menu--> Options & Settings --> Options. You have to start fresh after making this change.
Alternatively, you can delete the "Change Type" step as shown below
@Anonymous
I simulated your problem in the following data set
I also got the same result as you mentioned. This happens when Transformation steps automatically detect data type. To disable automatic detection of data types, disable the option as shown below from the File Menu--> Options & Settings --> Options. You have to start fresh after making this change.
Alternatively, you can delete the "Change Type" step as shown below
IT helps a lot, Thnak you,
Pierre