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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Microsoft Employee
Microsoft 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

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

July Newsletter

Fabric Community Update - July 2024

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