Forum Discussion
How to calculate without blank
- Anonymous3 years ago
Hello null values usually dont show on visulas and dont get calculated, so im guessing you changed null to a space or empty column? when you have the type of the column as text, blank will be used as a space like so if thats the case then just filter out the "blank" by doing this
Countof = CALCULATE(COUNT(ETA_Table[ETA Grouping]),FILTER(ETA_Table,ETA_Table[ETA Grouping]<>"")) - Anonymous3 years ago
kindly use this measure:
perc = [Count ETA]/CALCULATE(COUNT(Table2[ETA Grouping]),FILTER(ALL(Table2),Table2[ETA Grouping]<>""))by the way great work on design just peice of advice, try to create a metric table and put all your measures in it, its easier and more organized you can do that by clicking on "Enter data" tab and just naming the table metrics and after that add metrics to it and you can delete the blnak column
Dear eliasayy,
What kind of data sample do you want? is it Excel workbook or PBI file?
Thank you
Prima Indonesia
- Anonymous3 years agoNot applicable
anything will do i just need to see the data to know what you mean
- Anonymous3 years agoNot applicable
Dear eliasayy,
Is it possible to upload the sample of Excel workbook (16KB or Power BI files (2MB) here. What is the icon should I use?
Thank you
Prima- Anonymous3 years agoNot applicable
for normal users like us we cant directly share files on powerbi. so for us to share
you need to upload the file to onedrive dropbox or whatever sharing cloud site and copy the link and share it here