I have an Excel model with a single table for which I need to create a cubeset. I have a [Date] column and a [Team] column with many other columns of statistics. What I want to do is create a cubeset based on the date. My table is named Team_Stats, and looks like this:
I was hoping to be able to use the cubeset function to create one cubeset based on the date "11/4/2024", and another cubeset based on the date "11/6/2024". I have tried using the FILTER function nested within the CUBESET function, but I'm sure I'm getting the syntax wrong. Can anyone help? The goal of creating the cubesets is to use the CUBERANKEDMEMBER function to pull the top 3 teams or top 5 teams of any one statistic based on the date. Thanks to anyone that can help!
Chris
I was hoping to be able to use the cubeset function to create one cubeset based on the date "11/4/2024", and another cubeset based on the date "11/6/2024". I have tried using the FILTER function nested within the CUBESET function, but I'm sure I'm getting the syntax wrong. Can anyone help? The goal of creating the cubesets is to use the CUBERANKEDMEMBER function to pull the top 3 teams or top 5 teams of any one statistic based on the date. Thanks to anyone that can help!
Chris