Forum Discussion
Anonymous
7 years agoNot applicable
DateTrunc
Hello, I have the following report query from Solarwinds and would like to replicate it within Power BI. SELECT Interfaces.InterfaceId, Nodes.NodeID, Nodes.Caption AS NodeName, Nodes.Details...
- Anonymous7 years ago
I am trying to pull 95th percentile for the previous month.
Anonymous
7 years agoNot applicable
I am trying to pull 95th percentile for the previous month.
- v-piga-msft7 years agoResident Rockstar
Hi Anonymous ,
It seems that you want to convert the query to dax in power bi.
You could refer to this article at first.
In addition, you could try MONTH () to replace DateTrunc('month', GETUTCDATE()).
If you still need help, you'd better share some data sample and your desired output so that we could help further on it.
Best Regards,
Cherry