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が1つあります。id int (ID)、date datetime、month Int、Quarter int、Year int
Analysis Services - Cube で Month Columnn を Month Name にバインドする方法。実際には、月の名前は月番号の代わりに表示する必要があります(タイムテーブルに月番号があり、Jan、Febはありませんが、1、2の代わりにJan、Febを表示したい...)
テーブルTime_Tableに月名の列を追加し、それをMonth属性のNameColumnとして使用する必要があります。
四半期と年についても同じですが、見たいラベルの付いた列が必要です。