The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
Required assistance, I have created a column by using Divide function, result is showing in percentage.
Now i want to create another column/measure by using this, where i have segregate 0 to 20%, 21% to 50% & >51%, so that i can use this as slicer.
Regards,
Solved! Go to Solution.
Hi @harirao ,
You can create a column using the following DAX expression:
Refer: Binning and grouping
https://radacad.com/grouping-and-binning-step-towards-better-data-visualization
Hi @harirao ,
You can create a column using the following DAX expression:
Thanks, this solution worked.
Regards,
Hari
Can you add sample tables (in format that can be copied to PowerBI) from your model with anonymised data? Like this (just copy and paste into the post window).
Column1 | Column2 |
A | 1 |
B | 2.5 |
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |