Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am looking for help on converting Decimal time (in mins) to hours. I have attached print screen of the data set and the
output done in excel, trying to figire out the same in power bi done in excel, trying to figire out the same in power bi
@Ashish_D
If you are looking to convert to time format, you can create "New Column"
Total Time = TIME ( 0, 0, Table[Total Time_Minutes] * 60 )
If you just want to convert to hours then
Total Time = DIVIDE ( Table[Total Time_Minutes], 60, 0 )
teh data i am picking this from is in exel and when i use teh above formula it doesnt work , it do TotalTime_Hrs=Divide(Activity Name[TotalTime_Mins],60,0) . it throws an exception. "Activity Name" is the sheet name in the file i am refering to
@Ashish_D
Can you please share a screenshot of the table in Power BI? And what is the name of the table?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
11 | |
10 | |
10 | |
9 |
User | Count |
---|---|
18 | |
13 | |
12 | |
11 | |
8 |