Forum Discussion
uffee
9 years agoFrequent Visitor
Insert rows based on values/calculations from another row
I'm pretty new to Power BI/DAX world and more familiar with Excel/SQL. I've been trying to solve the following problem for a quite while now. Here is the case: I get the Invoice table with accoun...
Greg_Deckler
Community Champion
9 years agoYou can use CALCULATETABLE to essentially calculate a new table from existing tables.
- uffee9 years agoFrequent Visitor
I was hoping to get the calculated values also on the same table to use them as values on the same column chart. But only way to add rows is to create a new table?