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 ...
asdf1608
Helper V
2 years agoGreg_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)).
asdf1608
Helper V
2 years agoGreg_Deckler
Any update on this?