Forum Discussion
annapurna
8 years agoHelper I
undefined
Hi, I am new power bi. can any one help my issue. i have three fields 1.missing inventory 2.date filed 3.specility of instruments in healthcare i applied slicer for 'specility 'and 'date field' ...
pbiozkan
8 years agoHelper I
Hi,
Just write down a count formula, it'll work with your slicer.
New measure = count(missing inventorty column name))
if you need unique count use below:
New measure= discintcount(missing inventorty column name)