
いつもお世話になります。以前Fixed計算の質問について一度解決いただいたのですが、新たに追加質問が出てきましたのでご教示いただきたいです。
Fixed計算式の年度別の顧客数のカウントをしたいのですが、返ってくる値がCOUNTDのSUMとなってしまうため、年度別のCOUNTDの算出方法についてご教示いただきたいです。どうぞよろしくお願いいたします。
답변 2개
Hi @Chifumi Inomata
Try this:
{ FIXED DATEPART('year', [Order Date]), [Segment] : COUNTD([Customer ID])}Check the attached workbook and let me know if it is correct
Thanks
Said
(Please upvote all my answers and select the best one if you find them helpful)