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
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
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.