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.
I have a Table that contains 2 columns that i want to create a new table from
1 of those columns is date / time of and the other column contains a 4 letter value
I would like to make a new table with specific 4 letter value and aslo the column that contains date/time
How could i do this from a Dax expression ?
Thanks
Solved! Go to Solution.
Hi @bcampbell
You can simply create a new table with this code:
NewTable = FILTER(YourCurrentTable; YourCurrenTable[Value]="ABCD")
where "ABCD" is the specific 4-letter value you want to keep.
Hi @bcampbell
You can simply create a new table with this code:
NewTable = FILTER(YourCurrentTable; YourCurrenTable[Value]="ABCD")
where "ABCD" is the specific 4-letter value you want to keep.
User | Count |
---|---|
122 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
189 | |
96 | |
67 | |
63 | |
53 |