The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a slicer that list values, I would like to a add column with the value in a table. How can I achive this in DAX. thanks
Hi,
If the slicer values are numeric, then simply write this measure
=MIN(Table[Value])
Replace Table with your actual Table Name and Value with the column name.
It is not numeric , it is text. Thanks
Hey @Anonymous
You can create a measure and add it to the table.
M_ = SELECTEDVALUE(Table[Column],"")
Thanks!
A
Sorry I meant table as in real table not the visual table. I think, it has to be custom column as i will be using this column to join other table.
thanks
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |