Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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 |
---|---|
77 | |
70 | |
70 | |
53 | |
48 |
User | Count |
---|---|
45 | |
38 | |
35 | |
31 | |
28 |