Hi All,
Maybe is there any way to resolve next issue without bookmarks?
I've got a tble with the set of columns. I'd like to use slicer to switch them in a matrix.
I already tryied SWITCH, but I couldn't use this measure as column or rows.
Solved! Go to Solution.
@Samarth_18 @v-henryk-mstf Thanks, but it's not what i'm looking for.
I found solution to do what I want:
@Samarth_18 @v-henryk-mstf Thanks, but it's not what i'm looking for.
I found solution to do what I want:
Hi @Denis_Slav ,
Generally speaking, slicer as a filter to filter the object is row, can not dynamically filter column, but I think you can create a button, combined with the function of bookmark, display the same effect, reference the following:
Selected column =
SWITCH(
SELECTEDVALUE(Slicer_column[slicer_])
,"Column1",SUM(Sales[Column1])
,"Column2",SUM(Sales[Column2])
,"Column3",Sum(Sales[Column3])
,BLANK()
)
click button1
click button2
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Denis_Slav ,
You could refer to below article.
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin