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
Kristofferaabo
Helper IV
Helper IV

IF formula takes memory from the dashboard!

Hi,

 

I have two different measures in my report.

 

Measure A (counts (number of payments globally)

Measure B (counts (number of payments ex US)

 

Then I have a formula measure which returns B if A is blind:

=IF(ISBLANK(Measure A),Measure B, Measure A)

That measure drains down the report and my computer, very often it crashes the table I'm using it in.

 

There ar eno problems with adding either measure A or B.
Can this be true? 

Is there a work-around?

Would it help if I exchanged these measures to columns instead?


Thanks

Kristoffer

2 REPLIES 2
v-yulgu-msft
Employee
Employee

Hi @Kristofferaabo,

 

In my test, below formula worked as expected. The final measure returned values of MeasureA or MeasureB conditionally.

=IF(ISBLANK(Measure A),Measure B, Measure A)

 

Please share your sample data and the detailed expression of MeasureA and MeasureB.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

HI @v-yulgu-msft,

 

Yes it absolutely works, it just takes a lot of the performance in my dashbaord. (VERY SLOW)  I was wondering if this could be done differently obtaining the same result?

 

Perhaps colmns instead of measures?

Kristoffer

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.