Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
leroy773
Helper II
Helper II

Table and multi row card to not show values

I have a dataset.  In the data set I have a field called labor hours.  This field can be blank.  When I graph the dataset everything looks good.  I also want to inlcude a table or multi row card for the same data to show more detail.  The problem I have is I want to sum the labor hours field, if the labor hours field is blank though then the multi row card is blank also.  If I do not summarize the labor hours field then it works fine.  But need to find a way to summarize the labor hours and still show the record in the multi row card even if labor hours are zero.  

1 ACCEPTED SOLUTION

I would either create a calculated column to replace blank values with 0 or possibly open the Query Editor and create a new Conditional Column doing the same (replace blanks with 0 and keep the original values if exists).

View solution in original post

3 REPLIES 3
GIO200011
Frequent Visitor

In your measure add a conditional:

 

= IF(measure=""|| ISBLANK(measure), 0, measure)

dilumd
Solution Supplier
Solution Supplier

is it possiable to give some sample data?

 

I would either create a calculated column to replace blank values with 0 or possibly open the Query Editor and create a new Conditional Column doing the same (replace blanks with 0 and keep the original values if exists).

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.