Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |