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?
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
Solved! Go to Solution.
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.
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.
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.
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.
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.
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.
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.
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.
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?
Yeah it is the thing what I exaclty wanted, thanks so much!
Let me practice with your share.
User | Count |
---|---|
110 | |
63 | |
60 | |
37 | |
37 |
User | Count |
---|---|
118 | |
65 | |
65 | |
64 | |
50 |