Forum Discussion
asdf1608
Helper V
2 years agoTable(down) in Power BI
I am trying to do a DAX Calculation in Power BI - but it doesn't work like it does in Tableau and I can't figure out what I am doing wrong. Calculations I am using in Tableau Listed Below Table ...
Greg_Deckler
Community Champion
2 years agoasdf1608 What exactly does Table down do in Tableau? What is the calculation it is performing to get the revised numbers?
- asdf16082 years ago
Helper V
Greg_Deckler
In Tableau the table(down) Computes down the length of the table and restarts after every partition.For example, in the following table, the calculation is computed down rows (MONTH(Order Date)) for every column (YEAR(Order Date)).
- asdf16082 years ago
Helper V
Greg_Deckler
Any update on this?