superME79Frequent Visitor4 years agoSolvedDERIVATED TABLE Hello everybody, I would like to calculate a table by reviving it from another example table 1 a b c table 2 bc do you have any advice in DAX 🙂 Show MoreTahreem24 to superME794 years agosuperME79 , Create a new Table like below: Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
Tahreem24 to superME794 years agosuperME79 , Create a new Table like below: Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
Tahreem24 to superME794 years agosuperME79 , Create a new Table like below: Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
Tahreem24Super User to superME794 years agosuperME79 , Create a new Table like below: Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
Tahreem24Super User to superME794 years agosuperME79 , Create a new Table like below: Table 2 = SUMMARIZE(Table1,Table1[a],Table1[b])
Related contentDerive an End dateCalculation Group + ISSELECTEDMEASURE and Derived MeasuresCould a Derived DateTime Partition Column Affect Incremental Refresh Performance?Creating a derived table in Power BIHow to derive static tables from PowerBI queries without data connection