We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I am new to this forum and am power bi, desperately looking for DAX where. Please help!! Thanks in advance
I have 2 tables: Table 1 and Table 2, when Dates are added then the ID(3 and 4 below case) disappears from Table2 now I need to count how many move from table 2 to table1.
Table1
ID Titles PlannedDate ReleaseDate Path
3 Test3 6/1/2021 6/1/2021 Case1
4 Test4 8/1/2021 null Case1
Table2
ID Titles PlannedDate ReleaseDate Path
1 Test1 null null Case2
2 Test2 null null Case2
3 Test3 null null Case2- (Case1)
4 Test4 null null Case2- (Case1)
5 Test5 null null Case2
Solved! Go to Solution.
Ended up adding another column to the table to recognize the move. I couldn't implement it on Power BI but the extra column(checkbox) helped.
Ended up adding another column to the table to recognize the move. I couldn't implement it on Power BI but the extra column(checkbox) helped.
You cannot with the info you have given. When Power BI refreshes, it deletes the entire model and recreates it, so it doesn't know records "moved" from one table to another. (That isn't actually what it does - over simplification, but the point stands).
The only way you can count the records would be one of the following:
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingIf you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 10 | |
| 8 | |
| 7 | |
| 7 | |
| 5 |