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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Vishruti
Regular Visitor

Filter Rows if a Column Contains Blanks in Paginated Reports

Hello, 

I have a column called 'ProjectNames' in my data table which contains blank values.

I want to filter out rows that contain blanks in ProjectNames column.

 

How can I achieve this in Paginated reports under Filter section of Tablix Properties?

4 REPLIES 4
v-jingzhan-msft
Community Support
Community Support

Hi  @Vishruti 

 

If you want to filter out rows with null values in paginated report, you can try the solution from the following links: 

reporting services - How to filter rows with null values in any of its columns in SSRS - Stack Overf...

Expression: =IsNothing(Fields!ProjectNames.Value)

Type: Boolean

Operator: =

Value: false

vjingzhanmsft_0-1715753598945.png

Result

vjingzhanmsft_1-1715753790761.png

 

Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!

ExcelMonke
Responsive Resident
Responsive Resident

I'm not familiar with SQL, but once you connect it in Power BI you can go to Transform Data within the Table View (2nd icon on the left hand side of the window) and filter there.

 

 

Syndicate_Admin
Administrator
Administrator

Hi, if the query comes from SQL, filter it with a where before taking it to PBI

ExcelMonke
Responsive Resident
Responsive Resident

I would recommend filtering out empty cells in the Transform Data step of your table. Either by removing "Empty" or "Blank":

ExcelMonke_0-1715703814532.png

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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