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
Anonymous
Not applicable

Remove row with null cells in visual

Hello everyone!

I have a matrix visual (shown below) that I have some measures applied to it. There are some empty/null cells that exist though. Is there a way to remove a row with an empty cell in the visual? Thank you!

Annotation 2020-06-22 111329.png

 

Here are the measures used:

Before Dialog Steps = 
    var __BeforeDialogSteps = 
        SELECTCOLUMNS(
            FILTER(
                ST03N;
                [Date Time] = [Before Date]
            );
            "__BeforeDIA"; [Number of Dialog Steps]
        )
return
    __BeforeDialogSteps
After Dialog Steps = 
    var __AfterDialogSteps = 
        SELECTCOLUMNS(
            FILTER(
                ST03N;
                [Date Time] = [After Date]
            );
            "__AfterDIA"; [Number of Dialog Steps]
        )
return
    __AfterDialogSteps
Percentage Difference Between Checkpoints = 
    var __Difference = [After Dialog Steps] - [Before Dialog Steps]
return
    DIVIDE(__Difference; [Before Dialog Steps])

 

4 REPLIES 4
amitchandak
Super User
Super User

@Anonymous , with screenshot not clear which row you want to delete

Anonymous
Not applicable

Hi @amitchandak 

Sorry I thought it was clear from the description. If a cell is empty in any column I would like to delete that row. So wherever you see an empty cell I want that row deleted! I hope that makes more sense.

Hi @Anonymous ,

You can filter out the data with null by Filters panel:

filter pane.JPG

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-yiruan-msft!
Thank you for your reply! Yes I found it after a bit more research on the filters. I thought it was much more complicated than that so my mind was fixed on creating a measure 😛

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.