Forum Discussion
changing data type
- 7 years ago
hi, Anonymous
You may try this way:
Select t_time column, duplicate the column, then split the duplicate column
Then filter column t_time - Copy.1 who is greater than 2
Best Regards,
Lin
hi, Anonymous
Can you post an example of the data? from the screenshot, we couldn't get other details.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Best Regards,
Lin
Something like this?
I have selected the time value which is causing the problem.
- v-lili6-msft7 years agoCommunity Support
hi, Anonymous
Power bi not support duration type, I'd like to suggest you convert it as total second or other similar numeric value to calculate.
You can also take a look at below blog to know how to handle with duration in power bi:What is your expected output in power bi(not power query )? maybe we could help you get your expected output by DAX.
Best Regards,
Lin
- Anonymous7 years agoNot applicable
I want to filter the tickets in Power BI who have a time of 2 hours +
- v-lili6-msft7 years agoCommunity Support
hi, Anonymous
You may try this way:
Select t_time column, duplicate the column, then split the duplicate column
Then filter column t_time - Copy.1 who is greater than 2
Best Regards,
Lin