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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jpdren
Frequent Visitor

Trouble replicating Excel formula in Power BI

I'm trying to replicate an Excel formula in Power BI. The formula gives me a running average for a selected metric. The Excel formula is: Goal=SUM(range)/((YEAR(LDate)-YEAR(EDate))*12+MONTH(LDate)-MONTH(EDate)+1), with LDate (Later Date) = refresh date, and EDate (Earlier Date) = start date. 

 

In Power BI I've tried replicating this with Goal = Calculate(SUM('Main Daily Data'[Page Views]),((Year(Today())-Year(Date(2018,5,2)))*12+Month(Today))-Month(Date(2018,5,2))+1). 

 

When I run this formula in Power BI I get an error that reads," The True/False expression does not specify a column. Each True/False expression used as a table filter must refer to exactly one column. Not sure where to go. If anyody can help, it would be apprechiated. 

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

 

The second input of the CALCULATE() function should be a column or expression that you would like to filter.  Your second input is just an expression so that formula does not know which already written expression or base data column to apply a filter condition on.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

1 REPLY 1
Ashish_Mathur
Super User
Super User

Hi,

 

The second input of the CALCULATE() function should be a column or expression that you would like to filter.  Your second input is just an expression so that formula does not know which already written expression or base data column to apply a filter condition on.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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