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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Want an override when aggregate measure not showing data

I am trying to show a factor based on a date; however, I want the aggregate to be the division of the aggregated totals (i.e. . When there is no claim the completion factor is coming in blank, but I would still like it to populate for a row context. I tried using IF(ISBLANK(LOOKUPVALUE... but then that shows rows that have no data. Is there a way to only show data for the rows that have premium data or claims?

lorenamschafer_4-1572382858286.png

lorenamschafer_3-1572382837705.png

1 ACCEPTED SOLUTION
d_gosbell
Super User
Super User


@Anonymous wrote:

 Is there a way to only show data for the rows that have premium data or claims?

 


Couldn't you just add these checks to your IF expression ?

 

eg.

 

IF ( ISBLANK( DIVIDE(  ...  )) && ( NOT(ISBLANK( [Gross Premium] )) || NOT( ISBLANK( [Paid Claims] ))) , ...

View solution in original post

2 REPLIES 2
d_gosbell
Super User
Super User


@Anonymous wrote:

 Is there a way to only show data for the rows that have premium data or claims?

 


Couldn't you just add these checks to your IF expression ?

 

eg.

 

IF ( ISBLANK( DIVIDE(  ...  )) && ( NOT(ISBLANK( [Gross Premium] )) || NOT( ISBLANK( [Paid Claims] ))) , ...

Anonymous
Not applicable

Thank you! Adding in the criteria NOT(ISBLANK(...) around my premium field did the trick!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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