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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Columns in Multi Row Card?

if you refer to 1st image, in the centre is the summary and on the side are the filters on type and users, 

 

now if we click all,, then 1.jpg. 2.JPG

 

but for users who havent worked for a specific type; its showing blank. (image 2) 1.JPG

 

I want to put a default value as 0 hrs, and if there then that value (total hours) 

 

Please let me know if this is possible. Kindly let me know how to implement it 

 

Thanks 

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

Assume your table is like this, then create a measure

Measure = IF(MAX([hours])=BLANK(),0,MAX([hours]))

8.png

 

Then add "type" and "measure" in the card visual

9.png

 

Best regards

maggie

View solution in original post

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

Assume your table is like this, then create a measure

Measure = IF(MAX([hours])=BLANK(),0,MAX([hours]))

8.png

 

Then add "type" and "measure" in the card visual

9.png

 

Best regards

maggie

v-juanli-msft
Community Support
Community Support

Hi @Anonymous

You could create a measure for your scenario in Power BI Desktop, could you consider using desktop?

 

Do you mean:

If you select a name from "NAME" slicer which has no working hours for any type listed in "TYPE" slicer , then value in the card "TOTAL HOURS WORKED" should be 0.

Is my understanding right?

 

Additionaly,

Is the value added in the card "TOTAL HOURS WORKED" from a measure or a column? 

Could you show some data with me for better analysis?

 

Best regards

Maggie

 

Anonymous
Not applicable

If you select a name from "NAME" slicer which has no working hours for any type listed in "TYPE" slicer , then value in the card "TOTAL HOURS WORKED" should be 0.

Is my understanding right? YES 

 

Additionaly,

Is the value added in the card "TOTAL HOURS WORKED" from a measure or a column? 

Could you show some data with me for better analysis? YES 

 

PLEASE SEE THE IMAGE FOR EXPLANATION 

 

1.JPG

 

kindly let me know if this can be implemented  

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors