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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
dplandry
Regular Visitor

OMIT ROWS WITH NO DATA

Hey guys

 

I built a report that shows sales by customer with customers down the left side and months across the top with sales figures.  The report pulls every customer regardless of whether they had sales in the current year.  How can I modify the report to only show customers with sales data?


Thanks

Dwayne

2 REPLIES 2
Anonymous
Not applicable

Please share the sample data for better understanding your issue. 

 

If a cusotmer doesn' have any sales in a year eg,2017, is there any record regarding this customer in that year, such as total sales = 0 or total sales is null?

 

Did you try to use advance filter to exclude the customers without sales info?

2018-05-14_10-32-54.png

 

 

 

Anonymous
Not applicable

@dplandry,

Please share sample data of your table and post expected result here. If you want to show this year sales, you can create a calculated column using DAX below, then create a slicer using this column or drag this column to visual level filter and set its value to1.

Column= if(YEAR(Table[Date])=YEAR(today()),1,0)



Regards,
Lydia

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.