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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Jodallen123
Frequent Visitor

If-statement two levels same measure

Hello,

 

I am new to Power BI and DAX and i am hoping to get some help here.

 

I have a measure called resultvbudget, it just divides sales by budget. If i add this measure to either a table with seller or office it works and gives the correct value.

 

What i am trying to do now is create a new measure that first checks if the office that the seller belongs to has a resultvbudget>=0,8 and if that is true, i want it to check if the seller has a resultvbudget>1. 

 

I want to add the measure to a table with only seller and then see a column with "yes" if both of the above are true, "no otherwise". The page will also be filtered to only show the current month if that matters. 

 

The measure i have now is not working at all. 

 

Measure = 

 

Var officeresult = CALCULATE( [resultvbudget], ALLEXCEPT( 'calc_db users', 'calc_db users'[office] ))

Var sellerresult = CALCULATE( [resultvbudget], ALLEXCEPT( 'calc_db users', 'calc_db users'[seller] ))

Var yesno = IF( officeresult >= 0,8 && sellerresult >= 1, "Yes", "No" )

Return

yesno
 
I am guessing this is really easy to achieve if you are good at DAX, which i am unfortunately not, yet. 
 
Thanks in advance! 
1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.