Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi there,
I'm running into a problem where the line chart is not showing 0 values when blank, even though I use a DAX to display 0 in such case.
Measure = IF(
ISBLANK(
DISTINCTCOUNT([ID])
),0,DISTINCTCOUNT([ID])
)
In this scenario the date is from the same table.
However when I use the date field from another table, the 0 does get shown. That table is a calendar table with dates and it has an active relationship to the data table.
How can I get the first example to show the 0 on the chart by using the date field in the same table? I'm required to use that date field due to another DAX being dependant on it.
use DISTINCTCOUNTNOBLANK() to get that result. DISTINCTCOUNT only returns a blank when there are no rows to count. If there are rows but they are null/blank, DISTINCTCOUNT will count them.
If that doesn't help, provide info per below. Otherwise we are guessing as to your model layout, the data, etc.
How to get good help fast. Help us help you.
How To Ask A Technical Question If you Really Want An Answer
How to Get Your Question Answered Quickly - Give us a good and concise explanation
How to provide sample data in the Power BI Forum - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThanks. Tried DISTINCTCOUNTNOBLANK() and it didn't work. As for the visual I have filters applied which is what creates the blank values.
Here's what the relationship looks like:
Unfortunately I'm not able to upload a sample pbix.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |