Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi
I have a Slicer -- illustrates Names, i.e. Monday , Tuesday , Wednesday ; only one day is allowed to be selected by the user
I can capture the users selection using DAX SELECTEDVALUE
In addtion to illustrating the % associated with the Users Selection , I always want to illustrate Fridays data regardless of Slicer selection
If a User Selects Monday in the Slicer , I want to illustrate Monday and Friday Data
If a User Selects Thursday in the Slicer , I want to illustrate Thursday and Friday Data
Some attempts -- I cannot get to work
Hi @carlol ,
I have notcied that you have posted simliar issues and I have tried to help you to solve this, check the previous post reply whether it could help you. If not, please kindly let me know to help you better.
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @carlol
This will give you a table with Friday plus the other day selected, whereTable1[Day] column use for the slicer
VAR resSlicer_ = FILTER(ALL(Table1[Day]), Table1[Day] IN {"Fri", SELECTEDVALUE(Table1[Day])})
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Thanks
Does not work , still just illustrates the Selected Value
User | Count |
---|---|
120 | |
69 | |
68 | |
57 | |
50 |
User | Count |
---|---|
166 | |
82 | |
68 | |
65 | |
54 |