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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Anonymous
Not applicable

Formula error

Hi Experts

 

having trouble with the following formula.

Criteria....

ProfitabilityMeasures[MeasurName] is Net Sales or Gross Margin

 

so if Net Sales is selected  and reported is select then

[NSvPY2% (Reported AOP)]
 which is fine...
 
The trouble i and having is if neither NOE or Reported is selected then i want the formula to return...
InorganicMeasure2= "Organic", [% Organic Growth]
 or else blank is nothing at all is selected...
% Reported Central = 
VAR ProfitbabilityMeasure2 = SELECTEDVALUE(ProfitabilityMeasures[MeasureName])
VAR ReportingMeasure2 = SELECTEDVALUE(Reporting[Reporting])
VAR InorganicMeasure2 = SELECTEDVALUE(InOrganic[InOrganic])

RETURN 

SWITCH(TRUE(),          
AND(
    ProfitbabilityMeasure2 = "Net Sales",
    ReportingMeasure2 = "Reported"), [NSvPY2% (Reported AOP)],
            AND(
    ProfitbabilityMeasure2 = "Net Sales",
    ReportingMeasure2 = "NOE"),[NSvPY4% (NOE @ AOP Rate)],
               
     InorganicMeasure2= "Organic", [% Organic Growth],   
BLANK(),0)
1 ACCEPTED SOLUTION
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

How about adding the conditions explicitly like below?

 

and(ReportingMeasure2 <> "Reported", ReportingMeasure2 <> "NOE"), [InorganicMeasure2]

 

Best Regards,
Dale

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

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

How about adding the conditions explicitly like below?

 

and(ReportingMeasure2 <> "Reported", ReportingMeasure2 <> "NOE"), [InorganicMeasure2]

 

Best Regards,
Dale

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

thanks dale....sorted...

Greg_Deckler
Community Champion
Community Champion

Can you post sample data in text? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Hi Greg

 

I understand how question should be answer and it always help to provide sample data...on this occurance it virtually impossible to do so......really sorry

 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.