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.
dateの形式でdd-MMM-yyyyをカスタマイズしようとしていますMicrosoft tabular modelと かかりません。
date
dd-MMM-yyyy
Microsoft tabular model
general交換するたび に元に戻るようです。
general
誰かが解決策を手伝ってくれますか。
私は同じ要件を持っていて、ウェブ上で答えを見つけました。日付テーブルに計算列を作成し、Format 関数を使用できます。
AdventureWorksDW データベースを例として使用すると、次の式で計算列を作成し、=Format([FullDateAlternateKey], "dd-MMM-yyyy")それをターゲット ピボットで使用できます。
=Format([FullDateAlternateKey], "dd-MMM-yyyy")
Microsoft フォーラムから引用