- 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
Create Axis values as slicer
Hi All,
I have a scatter plot with Count(Appeals) on X- Axis and Charge Amount on Y- Axis.
My issue is - In the graph below ,you see the right top circle is the highest (farthest from all other) and this causes all the smaller values dumped together .
So I'm trying to create a solution by using sllicer with X-Axis buckets where user can select buckets 0-50, 50-100, 100+.
My Table is App_1 table with columns AppealID,Providername,Paid Amount.
I looked few similar posts and I haev created new table(X_Dim) with column 1 which has buckets but was not sure how to link X_Dim to main table.
Please advise
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Drag measure below to Visual level filters and set Show items when the value is 1.
Measure = VAR c = COUNT ( App_1[AppealID] ) RETURN IF ( c > SELECTEDVALUE ( X_Dim[MinV] ) && ( ISBLANK ( SELECTEDVALUE ( X_Dim[MaxV] ) ) || c <= SELECTEDVALUE ( X_Dim[MaxV] ) ), 1 )
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Drag measure below to Visual level filters and set Show items when the value is 1.
Measure = VAR c = COUNT ( App_1[AppealID] ) RETURN IF ( c > SELECTEDVALUE ( X_Dim[MinV] ) && ( ISBLANK ( SELECTEDVALUE ( X_Dim[MaxV] ) ) || c <= SELECTEDVALUE ( X_Dim[MaxV] ) ), 1 )
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
11-16-2024 01:05 AM | |||
Anonymous
| 06-28-2024 12:43 AM | ||
07-29-2024 04:03 AM | |||
04-15-2024 07:37 AM | |||
01-09-2024 07:56 AM |
User | Count |
---|---|
83 | |
81 | |
52 | |
37 | |
36 |
User | Count |
---|---|
104 | |
85 | |
47 | |
43 | |
42 |