Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have most dates which are formatted fine, such as "19/08/2021", but I have some which have multiple dates so I have added these in with a | delimiter, for example "03/08/2018 | 21/09/2020".
This was initially in date format, but since I added in the multiple dates I changed it to text format as I am not using the dates as dates, just as text format in my Power BI dashboard. But, even though the column is text format, it is still bringing errors up for those dates with the pipe and saying that they aren't dates. "DataFormat.Error: We couldn't parse the input provided as a Date value."
Any idea how to get it not to bring up errors for these as I would like to keep them all in the same column?
Thanks
Solved! Go to Solution.
Hi, @taralouise123 ;
Not sure if you understand what you mean correctly, as I understand it, I have two columns that are both in Date format, and then I merged them to return the correct text format. as follows:
The merge them.
The final show:
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @taralouise123 ;
Not sure if you understand what you mean correctly, as I understand it, I have two columns that are both in Date format, and then I merged them to return the correct text format. as follows:
The merge them.
The final show:
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
SOLVED- as tables were merged, I needed to change the data type to text in the tables before the merge.