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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
abhi123
Frequent Visitor

Dax

Hi All,

 

As i am new to power BI. I have to make one measure which shows the MonthWise Sales without putting date into the values shelf.

 

Whatever the Measure we are going to create it will display the MonthWise Sales except "une" sale.

 

Thanks in Adv!!!!!...

 

Abhi.

1 REPLY 1
v-ljerr-msft
Employee
Employee

Hi @abhi123,

 

If I understand you correctly, the formula to create the measure should be similar like below.

Measure =
CALCULATE (
    SUM ( 'YourTableName'[MonthWise Sales] ),
    FILTER ( ALL ( 'YourTableName' ), 'YourTableName'[columnName] <> "une" )
)

If that isn't the case, could you post your table structures with some sample data and your expected result? So that we can better assist on the issue.Smiley Happy

 

Regards

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

April Fabric Community Update

Fabric Community Update - April 2024

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