Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hello,
I know how to create a reduced Table in Table view with the following code:
CGJOBS Reduced = CALCULATETABLE(CGJOBS, CGJOBS[JOB] IN VALUES (realocJOBS [JOB]))
But I need to create this reduced table in a copy of the original using M code. Any help?
Thanks in advance
Solved! Go to Solution.
Hi @Fcoatis ,
It seems that you want to achieve the the same output in query editor.
Assuming that you have the data sample like below.
This is the output when we use your dax expression.
We could achieve the output above in query editor with Merge query like below.
Go to Edit Queries and click Merge Queries.
Then expand column and filter out null rows.
More details, you could refer to the Applied steps in my attachment.
Best Regards,
Cherry
Hi @Fcoatis ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share your data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
Hi @Fcoatis ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share your data sample and your desired output so that we could help further on it.
Best Regards,
Cherry
Hi @Fcoatis ,
It seems that you want to achieve the the same output in query editor.
Assuming that you have the data sample like below.
This is the output when we use your dax expression.
We could achieve the output above in query editor with Merge query like below.
Go to Edit Queries and click Merge Queries.
Then expand column and filter out null rows.
More details, you could refer to the Applied steps in my attachment.
Best Regards,
Cherry
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 69 | |
| 59 | |
| 47 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 106 | |
| 102 | |
| 38 | |
| 27 | |
| 27 |