Forum Discussion
Dynamic column based on slicer selection
Hi, Anonymous
I am not sure whether I understood your question correctly, but please check the below picture and the sample pbix file.
I hid the very first column on the left side of the table visualization (red color area), and tried to only show the Outcome Column on the visualization.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Hi Jihwan_Kim
The Output is coming as expectd only but the issue is I need a column with this similar functionality.
So that i can use that conditional colum in the column of the stacket chart.
Thanks
Mahesh R
- Jihwan_Kim5 years agoSuper User
Hi, Anonymous
Thank you for your feedback.
At this moment, the only way that I can think of is to create a new table like below.
Please check the below picture and the sample pbix file's link down below.
I created a new table in two steps.
New Table =CROSSJOIN (VALUES ( 'Blinded Names'[Name] ),VALUES ( 'Blinded Names'[Blinded Name] ))New Column =IF (LOOKUPVALUE ('Blinded Names'[Blinded Name],'Blinded Names'[Name], 'New Table'[Name]) = 'New Table'[Blinded Name],'New Table'[Name],'New Table'[Blinded Name])Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
- Anonymous5 years agoNot applicable
HI Jihwan_Kim
Full join for a table with 6Crore reocrds may cause a issue will try it once .
Thanks
Mahesh R