Quantcast
Channel: かずきのBlog@hatena
Viewing all articles
Browse latest Browse all 1387

PowerPivotの計算式メモ

$
0
0

その行に列の値があるかどうか確認して有る場合は1, 無い場合は0

=IF(COUNTA([列名]) > 0, 1, 0)

その行のある列の値が何種類あるか数える。

=COUNTROWS(DISTINCT(テーブル名[列名]))

Viewing all articles
Browse latest Browse all 1387

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>