Forum Discussion
Filtering blank rows through power query before applying IF command
Hi All,
I am making a dashboard that has got calculations. My scenario is this:
I have created a data set that has got different indicators and it is being represented for different hierarchies. Below is the matrix that has KPI's for your reference.
One of the indicators NPAFP rate has different denominator in calculation for Division, District and Tehsil. That is why I plan to create three different columns for NPAFP (two are already there). NPAFP rate formula is below:
Hi Mughees ,
If your issue is with that COUNT in the numerator taking the blanks into account for the Tehsil measure, you could try this:
COUNT () - COUNTBLANK()
See below:
Sample Table:
Sample Matrix:
Regards,
2 Replies
- Payeras_BISolution Sage
Hi Mughees ,
If your issue is with that COUNT in the numerator taking the blanks into account for the Tehsil measure, you could try this:
COUNT () - COUNTBLANK()
See below:
Sample Table:
Sample Matrix:
Regards,
- MugheesHelper II
Thankyou. BTW i just applied counta and it resolved my issue preety quickly. thank you though