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
qmestu
Helper III
Helper III

Divide function with missing values

Hi

I have the following data:

valueyearcategory
721752011A
717092012A
706712014A
703692015A
701032016A
699222017A
698282018A
697762019A
699152020A
698502021A
104202011B
104202012B
104202018B

 

I also have 2 measures:

A=calculate(average(table[value]),table[category]="A")

B=calculate(average(table[value]),table[category]="B")

 

I need a 3rd measure:

C=calculate(divide([b],[a]))

 

This works as expected, except when B has no values, the visual that has the C measure shows 0% instead of no value. I've tried setting the alternate result of divide to 0,"" or blank() and nothing seems to work. Ideally it would need to show no value. The years are on a second table, that is connected to the table above with a single direction link.

 

Thanks.

1 ACCEPTED SOLUTION
Idrissshatila
Super User
Super User

@qmestu ,

 

did you try to enable the show items with no data on the year field ?

 

Idrissshatila_0-1681817843641.png

 

If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

3 REPLIES 3
Idrissshatila
Super User
Super User

@qmestu ,

 

did you try to enable the show items with no data on the year field ?

 

Idrissshatila_0-1681817843641.png

 

If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Idrissshatila
Super User
Super User

Hello @qmestu ,

 

did you try this C=calculate(divide([b],[a], "No value" ))

If I answered your question, please mark my post as solution so it would appeare to others, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Even if this would work, it would show "no value" on the chart, which isn't what i need. I need it to show the year but without any value. Thanks.

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.