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
Leonid
New Member

Sales report: how to exclude cancelled sales orders from other data?

Good day. I'm only learning Power BI. 

I'm making sales report.
I have the main table "Orders" (sales) that links to Customers, Sales persons, Product list, Event location etc.
In "Orders" there is a status column Accepted/Cancelled (some orders get canceled by customers).
How can I:
1. Exclude/separate Canceled orders statistics from other data? Right now they are included in Total profit/sales etc.
2. Measure how many orders were Accepted/Cancelled?

Thanks!

1 ACCEPTED SOLUTION
NipponSahore
Resolver II
Resolver II

For Question 1:

You can use page Level / Visual Level Filters to filter only 'Accepted' Cases.

 

 

For Question 2:

 

You can create a measure like

 

AcceptedCases =  Calculate(count(Status),filter(Order, Order[Status] = 'Accepted')) 

View solution in original post

1 REPLY 1
NipponSahore
Resolver II
Resolver II

For Question 1:

You can use page Level / Visual Level Filters to filter only 'Accepted' Cases.

 

 

For Question 2:

 

You can create a measure like

 

AcceptedCases =  Calculate(count(Status),filter(Order, Order[Status] = 'Accepted')) 

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.