Forum Discussion
asdf1608
2 years agoHelper V
Table(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
2 years agoCommunity Champion
asdf1608 What exactly does Table down do in Tableau? What is the calculation it is performing to get the revised numbers?
- asdf16082 years agoHelper 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 agoHelper V
Greg_Deckler
Any update on this?