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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
jeongkim
Helper IV
Helper IV

Can we maintain unselected values to keep initial table laytout regardless of filter applying?

Hi all,

 

When we apply any filter, all the unselected values are gone and the table shape always detroyed,,

e.g. If LGU+ applied, then KT and SKT table are gone. --> can we leave the values as blank to maintain its columns and rows?

 

jeongkim_0-1672034235344.png

 

jeongkim_1-1672034257611.png

 

To avoid this filter thing, if we just click particular cell without applying filter, then table shape maintains but hard to clearly see only selected values as below? all unselected valus are still shown in grey which I also would like to make white(blank).

 

so 2 things, applying filter or just clicking cell, hope unselected values still there as blank to keep table columns and rows. 

 

Thank you!

Kim

 

 

 

 

2 ACCEPTED SOLUTIONS
Jihwan_Kim
Super User
Super User

Hi,

I am not sure how your datamodel looks like, but I tried to create a sample pbix file like below.

Please check the below picture and the attached pbix file whether it suits your requirement.

I hope the below can provide some ideas on how to create a solution for your datamodel.

 

Jihwan_Kim_1-1672036253158.png

 

Jihwan_Kim_2-1672036553158.png

 

 

Value measure: =
COALESCE (
    CALCULATE (
        SUM ( Data[Value] ),
        KEEPFILTERS ( Company[Company] IN DISTINCT ( 'Company slicer'[Company] ) )
    ),
    ""
)

 

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

Hi,

I am not sure how your desired outcome of the visualizatoins look like, but please check the below picture and the attached pbix file whether it suits your requirement.

 

Jihwan_Kim_0-1672298163430.png

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

5 REPLIES 5
Jihwan_Kim
Super User
Super User

Hi,

I am not sure how your datamodel looks like, but I tried to create a sample pbix file like below.

Please check the below picture and the attached pbix file whether it suits your requirement.

I hope the below can provide some ideas on how to create a solution for your datamodel.

 

Jihwan_Kim_1-1672036253158.png

 

Jihwan_Kim_2-1672036553158.png

 

 

Value measure: =
COALESCE (
    CALCULATE (
        SUM ( Data[Value] ),
        KEEPFILTERS ( Company[Company] IN DISTINCT ( 'Company slicer'[Company] ) )
    ),
    ""
)

 

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Thanks!

Can it be applied to Row level? 

e.g. when we click particular row, sitll maintain all the row layout while only displaying selecetd row? 

Hi,

I am not sure how your desired outcome of the visualizatoins look like, but please check the below picture and the attached pbix file whether it suits your requirement.

 

Jihwan_Kim_0-1672298163430.png

 

 

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


one more question,

when we click the cell not applying filter, 

then unselected values still there in vague grey,

so any idea to make them blank as like filter applied?

 

jeongkim_0-1672298884361.png

 

Yeah it is the thing what I exaclty wanted, thanks so much! 

Let me practice with your share. 

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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