Forum Discussion
D3nnisd
7 years agoFrequent Visitor
DAX Product() function
Hi, I'm a IT student currently self learning DAX as part of my upcomming internship. I am using this guide to learn and Contoso Sales sample for this part. So far its fairly straight forward, u...
- 7 years ago
The Channel column is defined as Whole Number, it should be a Decimal - do that and it returns 24.
That said - it's funny how it behave with an integer! I suggest submitting the issue to Microsoft.
Marco Russo - SQLBI
marcorusso
7 years agoMost Valuable Professional
The Channel column is defined as Whole Number, it should be a Decimal - do that and it returns 24.
That said - it's funny how it behave with an integer! I suggest submitting the issue to Microsoft.
Marco Russo - SQLBI
Greg_Deckler
7 years agoCommunity Champion
Thanks marcorusso, that does solve the issue by making it a decimal number. But, as you said, weird!! I have be believe that is a bug.