Hello everyone,
I'm not sure if it is the place, but i stumbled upon this, while making dashboard with timelines, where i want to pull timeline selection into different cell using Cubeset and Cuberankedmember, but the problem is, that date formatting comes in as american standard (month/day/year), where my local time is as Europe standard (day/month/year), which all i get as a result is month of January upon switching months in timeline slicer.
Anyone else stumbled upon this behaviour and maybe could help me to get around this problem?
1.Can't seem to be able to attach mock-up spreadsheet to illustrate the issue, so i will create table and run powerpivot model:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]item[/TD]
[/TR]
[TR]
[TD]01/01/2018[/TD]
[TD]Item1[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Item2[/TD]
[/TR]
</tbody>[/TABLE]
2. Create timeline from it.
3. Formulas used =CUBESET("ThisWorkbookDataModel", Timeline_Date, "Month") any cell in the worksheet
4. Used formula to get selected month/s : =IFERROR(CUBERANKEDMEMBER("ThisWorkbookDataModel",$cell reference of step 4$,ROW(Sheet1!A1)),"")
5. Copy down formula for 12 months.
Thanks for your help and apologise, if anything is unclear.
I'm not sure if it is the place, but i stumbled upon this, while making dashboard with timelines, where i want to pull timeline selection into different cell using Cubeset and Cuberankedmember, but the problem is, that date formatting comes in as american standard (month/day/year), where my local time is as Europe standard (day/month/year), which all i get as a result is month of January upon switching months in timeline slicer.
Anyone else stumbled upon this behaviour and maybe could help me to get around this problem?
1.Can't seem to be able to attach mock-up spreadsheet to illustrate the issue, so i will create table and run powerpivot model:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]item[/TD]
[/TR]
[TR]
[TD]01/01/2018[/TD]
[TD]Item1[/TD]
[/TR]
[TR]
[TD]01/02/2018[/TD]
[TD]Item2[/TD]
[/TR]
</tbody>[/TABLE]
2. Create timeline from it.
3. Formulas used =CUBESET("ThisWorkbookDataModel", Timeline_Date, "Month") any cell in the worksheet
4. Used formula to get selected month/s : =IFERROR(CUBERANKEDMEMBER("ThisWorkbookDataModel",$cell reference of step 4$,ROW(Sheet1!A1)),"")
5. Copy down formula for 12 months.
Thanks for your help and apologise, if anything is unclear.