Forum Discussion
Time difference in hours
DateDiff_Big...In PowerBI this function doesnt work.
Your Measure should be look like this:
MeasureName=DateDiff(xxxxxx,xxxxxx,Hour)
I'm confused. When I type DateDiff( I don't get the TimeFrom or TimeTo columns for selection in the measure.
If I use a calculated column I do but get the above error.
- Sean10 years agoCommunity Champion
android1 You have to create a COLUMN - NOT a Measure!
Look at the picture in my post above - you can't do this as a Measure - that's why the columns are not showing up when you type!
click New Column - then you'll see the columns will show up after you type DATEDIFF
- v-qiuyu-msft10 years agoCommunity Support
Hi android1,
In your scenario, please take a look at Sean's first reply. You need to create a calculated column instead of measure by clicking "New Column" button. As you mentioned the error occurs when you create a calculated column, would you please share a screenshot about the DAX expression for this column? And which visual do you use to display this calculated column values?
Best Regards,
Qiuyun Yu- android110 years agoPost Patron
- v-qiuyu-msft10 years agoCommunity Support
Hi android1,
From the image, the custom column DAX expression is correct. And I havn't seen the table visual displays the error you mentioned. Would you mind sharing the .pbix file for us to analyze closely?
Best regrdas,
Qiuyun Yu