- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Condtional Dax
I am trying to create conditional group or bin based on the measure
I need to segragte all customer into three
Hyper active
Super Active
Active
I Have created count of user who has logged in each month(Below is that measure)
Logins = Sumx(Facttracking, Fact tracking[Desktop count] + Fact tracking[Mobile count]
so i have added user in the row section of the pivot , month in the section of column name and login in the measure value
so according to the sum of all values aganist each month
if the total sum of the count value >= 5 i need to segregrate those customer into hyper active
if the total sum of the count value = 3,4 i need to segregrate those customer into Super active
if the total sum of the count value = 1,2 i need to segregrate those customer into active
Appreatiate help on this to create dax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Create a separate table with your buckets. Create a measure that assigns each of your data points to a bucket. Use that disconnected table and measure in your visual.

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
12-26-2024 10:32 PM | |||
03-29-2023 10:49 PM | |||
01-06-2022 02:17 AM | |||
07-16-2024 03:03 AM | |||
Anonymous
| 04-11-2023 12:31 PM |
User | Count |
---|---|
137 | |
107 | |
85 | |
59 | |
46 |