Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 71 | |
| 39 | |
| 29 | |
| 27 |