Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All😊
I am trying this from one week but not getting appropriate results.😥
I wanted to convert measure to a column since end user wanted to use as a slicer. In my report i need to show four slicer with different metrics.
Below is the one of the measure i would like to convert into column.
Thanks for looking. We almost got ter.
Actaully, i am not using the % ucd in any of the visual in the report. The reports consists of different metrics built on different visuals ( approx: 17 visuals on a report ).
Now the question is how can i account this logic which u have given for all the different metrics and the visuals?
Thanks,
Akhil.
Hi,
You will have to edit/rewrite all your measures.
Check how the measure that I created to work as per selection from the slicer and modify all your existing measures with same logic.
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Akhil_1411 , You can create a column like this
UCD % Measure = DIVIDE(rawdata[Unearned Disc],rawdata[Total_disc])
But use only for creation bucket. Because your calculation for UCD % is correct.
Hi,
Creating a calculated column formula will not be a good idea simply because those formulas do not update when a user changes a slicer setting. If you are willing to see your measure in a slicer with bands such as 0-25%, 25.1%-50%, then share those bands with me. Share a 3 column table - lower limit, Upper limit and the "text as it should appear in the slicer".
Thanks for your reply. Ya, i know.
Okay. Below is my range criteria that to be used in the slicer and that needs to dynamically change with the other slicer changes.
| Criteria | Lower Limit | Upper Limit |
| 0 - 10 | 0 | 10 |
| 10-20 | 10 | 20 |
| 20-50 | 20 | 50 |
| 50-100 | 50 | 100 |
Thanks,
Akhil.
Hi,
You may download my PBI file from here.
Hope this helps.
@Akhil_1411
I have added the range table and modified the measure to so when selecting a value from the range table, it will filter and show only the relevant records.
You can download the file: HERE
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon on the right if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |