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
dokat
Post Prodigy
Post Prodigy

Measure based on 2 criteria in two different columns

Hi,

 

I have  data table name P&L which has "Gross Sales" values  by calendar year. I  created a measure "Gross Sales" to use it in a matrix table column based on values in two columns. Column name in is "P&L"for Gross Sales and "Calendar Year" for 2021 Below is the formula i used to create the measure. However when i try to drag and drop to matrix table it gives me "Cant Display the visual error message". Is this due to an error in the formula or what may have cause this error? I didnt receive any syntax error.

 

Gross Sales = CALCULATE(SUM('P&L'[Values]),
FILTER ('P&L','P&L'[P&L]= "Gross Sales"),
FILTER ('P&L','P&L'[Calendar Year]= "2021"))
 
 
 Here is the screenshot of the error. 
dokat_0-1643388256067.png

 

2 ACCEPTED SOLUTIONS
dokat
Post Prodigy
Post Prodigy

Solved the problem, revised the formula and now it works.

 

Gross Sales = CALCULATE(('P&L'[2021]), 'P&L'[P&L] in { "Gross Sales"})

View solution in original post

dokat
Post Prodigy
Post Prodigy

Solved the problem, revised the formula and now it works.

 

Correct Formula Gross Sales = CALCULATE(('P&L'[2021]), 'P&L'[P&L] in { "Gross Sales"})

View solution in original post

2 REPLIES 2
dokat
Post Prodigy
Post Prodigy

Solved the problem, revised the formula and now it works.

 

Correct Formula Gross Sales = CALCULATE(('P&L'[2021]), 'P&L'[P&L] in { "Gross Sales"})
dokat
Post Prodigy
Post Prodigy

Solved the problem, revised the formula and now it works.

 

Gross Sales = CALCULATE(('P&L'[2021]), 'P&L'[P&L] in { "Gross Sales"})

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.