Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I need to creat a sub set table with all the columns in the main table but filtered with value "A" in the Code column. I need all related rows in the coulmns to be able to add additional calculated columns in the filtered sub set table. I appreciate your help.
Date | Code | Ind | Val |
1/1/2020 | A | NM | 20 |
1/6/2020 | B | BL | 40 |
1/20/2020 | A | NM | 60 |
2/15/2020 | A | CX | 80 |
1/5/2020 | C | DG | 30 |
New table:
Date | Code | Ind | Val |
1/1/2020 | A | NM | 20 |
1/20/2020 | A | NM | 60 |
2/15/2020 | A | CX | 80 |
Solved! Go to Solution.
Can you an example of it ?
Maybe your column needs to be cleaned. Have you tried TRIM/CLEAN it on Query Editor ?
TABLE = FILTER(TABLE, TABLE[CODE] = "A")
Hi Recardo,
I have tried that befroe but I get empty columns.
Can you an example of it ?
Maybe your column needs to be cleaned. Have you tried TRIM/CLEAN it on Query Editor ?
Worked after Trim/Clean. Thank you.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |