Hello all !
i have one problem
I want to calculate a measure from a table that shows the number of orders by (country, city, group) in the table with customers (last column in example table)
example my table on report page :
Solved! Go to Solution.
@Disco2021 , Create a measure like given example
countx(filter(allselected(Table),[country] =max([country]) && [city] = max([city] ) && [group] = max([group])), [cutomer ID])
@Disco2021 , Create a measure like given example
countx(filter(allselected(Table),[country] =max([country]) && [city] = max([city] ) && [group] = max([group])), [cutomer ID])
Thanks! it is worked! 🙏
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
240 | |
56 | |
49 | |
45 | |
44 |
User | Count |
---|---|
282 | |
211 | |
82 | |
76 | |
75 |