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.
AnalysisServicesは初めてです。ブール列にディメンションを作成しました。結果として、ユーザーは「true」と「false」の代わりに「yes」と「no」を使用したいと考えています。ありがとう。
必要なラベルを提供する計算列をDSVに作成します。
case when column = 0 then 'No' else 'Yes' end