Hi all
I have a table of raw data that comes from my cycle powermeter details various metrics recorded every 2 seconds or so, I want to use the raw data in a powerpivot dashboard but want to change the x axis of my chart to report minutes rather than seconds.....
At the moment the format is as follows...what is the easiest way to convert it to minutes using Dax?
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]0.017[/TD]
[/TR]
[TR]
[TD="align: right"]0.033[/TD]
[/TR]
[TR]
[TD="align: right"]0.05[/TD]
[/TR]
[TR]
[TD="align: right"]0.067[/TD]
[/TR]
[TR]
[TD="align: right"]0.083[/TD]
[/TR]
[TR]
[TD="align: right"]0.1[/TD]
[/TR]
[TR]
[TD="align: right"]0.117[/TD]
[/TR]
[TR]
[TD="align: right"]0.133[/TD]
[/TR]
[TR]
[TD="align: right"]0.15
[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
Any help would be appreciated, should be simple but I'm not getting anywhere.
Regards
I have a table of raw data that comes from my cycle powermeter details various metrics recorded every 2 seconds or so, I want to use the raw data in a powerpivot dashboard but want to change the x axis of my chart to report minutes rather than seconds.....
At the moment the format is as follows...what is the easiest way to convert it to minutes using Dax?
[TABLE="width: 64"]
<tbody>[TR]
[TD="width: 64, align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]0.017[/TD]
[/TR]
[TR]
[TD="align: right"]0.033[/TD]
[/TR]
[TR]
[TD="align: right"]0.05[/TD]
[/TR]
[TR]
[TD="align: right"]0.067[/TD]
[/TR]
[TR]
[TD="align: right"]0.083[/TD]
[/TR]
[TR]
[TD="align: right"]0.1[/TD]
[/TR]
[TR]
[TD="align: right"]0.117[/TD]
[/TR]
[TR]
[TD="align: right"]0.133[/TD]
[/TR]
[TR]
[TD="align: right"]0.15
[/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
[TR]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
Any help would be appreciated, should be simple but I'm not getting anywhere.
Regards