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.
Hello,
I am trying to add a new column into Table2 as I show below in DAX:
Table1 | |||
ofice | group | status | value |
a | d | z | 1 |
a | d | y | 0 |
a | f | z | 2 |
a | f | y | 2 |
b | g | z | 0 |
b | g | y | 2 |
b | h | z | 1 |
b | h | y | 1 |
a | d | z | 0 |
a | d | y | 1 |
a | f | z | 4 |
a | f | y | 1 |
b | g | z | 3 |
b | g | y | 3 |
b | h | z | 1 |
b | h | y | 5 |
Table2 | ||||
DATE | ofice | group | value | |
01/01/2022 | a | d | 1 | 1+0 |
01/01/2022 | a | f | 4 | 2+2 |
01/01/2022 | b | g | 2 | 0+2 |
01/01/2022 | b | h | 2 | 1+1 |
02/01/2022 | a | d | 1 | 0+1 |
02/01/2022 | a | f | 5 | 4+1 |
02/01/2022 | b | g | 6 | 3+3 |
02/01/2022 | b | h | 6 | 1+5 |
And then i need to be able to filter by multiple items by Status from table1.
Thank you in advance!
Solved! Go to Solution.
Hi @bidata ,
A little confused, is that Table2 a visualiztion?
If yes, just need to put the value from Table1 into the table visual.
Pbix in the end you can refer.
If Table2 is a fact table, you can not change the total value by filter the status from Table1.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @bidata ,
A little confused, is that Table2 a visualiztion?
If yes, just need to put the value from Table1 into the table visual.
Pbix in the end you can refer.
If Table2 is a fact table, you can not change the total value by filter the status from Table1.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |