Forum Discussion
Re:Count issue
Thank you for u r replay
i am getting entire table loan number count acutally we want show count of loan number bellow itslef becasue if i count entire column its visble count values only right so clint need to show loan number in column and count in bellow table
Thanks
mahi
could you please give more details about expected output?
You want it in table or card?
if table then i have provided solution.
If card in card you can display only single measure value.
Thanks
Pravin
- Anonymous6 years agoNot applicable
D column have loan number and bellow is count- v-kelly-msft6 years agoCommunity Support
Hi Anonymous ,
You need a measure as below:
Measure = IF(HASONEVALUE('Table'[Consumption])=TRUE(),SUM('Table'[Consumption]),COUNT('Table'[Consumption]))Then you will see:
For the related .pbix file,pls click here.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!- Anonymous6 years agoNot applicable
Try this
Anonymous
Total count=Calculate(count(table[loan number]),All(Table))
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
- Anonymous6 years agoNot applicable
after using count mesure getting like 11--- and below 153 so we have to show loan number and along with count