Forum Discussion
Can I replicate Product function from excel in DAX?
- 7 years ago
Hi VTB ,
Yes there is product in Dax, and added another col to the table as PRODUCT only takes a column, with a slicer for the date.
m1 = PRODUCT(Prod[plus 1])
Be aware that when you go to format your table, the number of decimal places is grayed out, but just type the number into the box.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel
hmmm that's weird, when I do a product function with plus 1 column, I just end up getting a clone of itself in the new measure. Instead of it calculating it over the date range. Any ideas why thats happening? I disabled all "summarize by" on columns just to be sure.
whoops - figured it out, filtered stuff incorrectly, now that it's fixed, your approach works like a charm!
Also - is there a way to anchor a product function to do last 3 days/months for each date row? Like running last 3 day trailing Product calc type of thing that would be dynamically updated. I tried filter functions with date variables, but didnt get it to work properly. (instead of using a slider always, if i wanted to have static table columns showing up instead)
thanks,
VTB ,
Here is my pbix for you to play with. Product
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel