Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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...
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)Solved! Go to Solution.
Hi @Anonymous,
How about adding the conditions explicitly like below?
and(ReportingMeasure2 <> "Reported", ReportingMeasure2 <> "NOE"), [InorganicMeasure2]
Best Regards,
Dale
Hi @Anonymous,
How about adding the conditions explicitly like below?
and(ReportingMeasure2 <> "Reported", ReportingMeasure2 <> "NOE"), [InorganicMeasure2]
Best Regards,
Dale
thanks dale....sorted...
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
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
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 42 | |
| 40 | |
| 40 |