Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Time_Table 其中包括以下列。id int (identity), date datetime, month Int, Quarter int , Year int
在分析服务中 - 我们如何将月份列绑定到多维数据集中的月份名称。实际上,我希望月份名称应该是显示而不是月份编号(我的时间表中有月份编号并且没有 Jan、Feb 但我想显示 Jan、Feb .. 而不是 1,2 ...)
您需要在表 Time_Table 中添加一个带有月份名称的列,并将其用作月份属性的 NameColumn。
季度和年度也是如此,您需要带有您想要查看的标签的列。