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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
nanutum
Helper I
Helper I

Condition if in table power pivot problem

 

i used Power pivot and want to add condition if in table then relationship table have problem


Problem in RED ZONE

 

when i used condition if table have problem

 

sorry about my english

AED.PNG

3 REPLIES 3
MFelix
Super User
Super User

Hi @nanutum,

 

The question is that in power pivot the blanks is not equal to 0 you need to do something like this

 

if (
     [%ACH] = "",
     0,
        if ([%ACH] >= "1,
            5000,
            0
            )
  )

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



hi @MFelix

 

My Problem is 4,5,6 in "B" when i used condition if 4,5,6 show in "A" Why ?

Hi @nanutum,

 

Can you post a sample of your data and the final result you want to achieve?

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.