Forum Discussion
Replace Blank Values and Empty Visuals
Hi PhineasT
Assuming activities completed is a measure of decimal or integer data type then try
Assuming activities =
"Original aggregation formula" + 0
It is not a measure of decimal, it is a text field on which I need to apply a Count condition that returns the total number of 'Activities'.
I believe the calculationis being impacted by the Project Name dropdown on the right edge. The Activities count changes whent he dropdown changes, and where there is no 'Activity' (Blank) appears.
I think I may need two control, for I need one static control that shows ALL 'Activities' and I need to know how many 'Activities' based on the choice in the dropdown.
- tamerj13 years ago
Community Champion
Hi PhineasT
please try this measure
Count =
DISTINCTCOUNT ( ByProjectActivityTbl[ProjectActivity] ) + 0you try with COUNTA instead of DISTINCTCOUNT depending on your requirement
- PhineasT3 years ago
Helper I
Is there anything I can do about default text in blank box under each count?
I count is zero I'd like box to default 'No Items Available'.