Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
Power BI novice here.
I am wondering if someone could please assist. I have the following measure applied to a card visual to return a count of documents with dates (indicating overdue) before today's date, however as there are some that have no date applied, when filtering it return a a 'Blank' result. In lieu of this I would like it to display '0', but nothing I am trying is working. Can an additional condition be added to achieve this?
E&T Total Overdue = COUNTROWS(FILTER('E&T Document',NOT(ISBLANK('E&T Document'[Cancellation Date]))&&'E&T Document'[Cancellation Date]<TODAY()))
Thanks in advance
Solved! Go to Solution.
hello you have 2 solutions
1- Craete a new Measure
No Blanks =
IF(ISBLANK([E&T Total Overdue]),0,[E&T Total Overdue])
2- Use the new card visual
and change the show blank as to 0
hello you have 2 solutions
1- Craete a new Measure
No Blanks =
IF(ISBLANK([E&T Total Overdue]),0,[E&T Total Overdue])
2- Use the new card visual
and change the show blank as to 0
Thankyou, much appreciated!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
24 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
29 | |
11 | |
11 | |
10 | |
6 |