Forum Discussion
reddeppag
8 years agoFrequent Visitor
DAX - Grouping on multiple columns and the count
I have a DB table which has data as the following: Please help on the below task asap. Input Data Output Data Area Element Result H.0100 H.0100.01.01.01 Area...
- 8 years agoI got the solution on the below question NumberOfOpenPO's = CALCULATE ( COUNTROWS ( VendorData), ALLEXCEPT ( VendorData,VendorData[Delivery Area], VendorData[WBS Element],VendorData[Agebucket]) ) Happy Coding!!!!!!!!!!!
reddeppag
8 years agoFrequent Visitor
I got the solution on the below question NumberOfOpenPO's = CALCULATE ( COUNTROWS ( VendorData), ALLEXCEPT ( VendorData,VendorData[Delivery Area], VendorData[WBS Element],VendorData[Agebucket]) ) Happy Coding!!!!!!!!!!!