cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Add "IF" before calculate

hi all,

I would appreciate your help (:

I did not find the way that can be added IF before the calculation ,,

For example:

Actual =

var maxMonthSelection = value('0 - Measure'[check month])

var yearselection = 2019

return

----if (1=1,

CALCULATE( sum('9 - Controling'[Actual Amount] ), FILTER(All('3 - Date'), value('3 - Date'[Year]) = yearselection && value('3 - Date'[Monthnumber]) <= maxMonthSelection ))

---else

CALCULATE( sum('9 - Controling'[Actual Amount] ), FILTER(All('3 - Date'), value('3 - Date'[Year]) = yearselection && value('3 - Date'[Monthnumber]) = maxMonthSelection ))

)

 

Thanks, sin

1 REPLY 1

The syntax for if is

 

IF(true/false condition, result if true, result of false)

 

all 3 of these parameters can include a calculate function.  

 

 



* Matt is a Microsoft MVP (Power BI) and author of the Power BI Book Supercharge Power BI.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors