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 September 15. Request your voucher.
Hello Everyone,
I have a column in my table for "Country". To sort the countries in a specific way, i created another column by using below formula:
Country_Sort =
Solved! Go to Solution.
@Anonymous ,
Create a new column
Country 1= 'Table' - [Country]
then
Country_Sort =
@Anonymous
When you create a Calculated column in the Report View you will get this error because the column which is created based a Column Cannot Sort the Same column because is Dependent on that Column (with a Formula).
Create a Custom column in Power Query Editor ,with the same logic and use that column for sorting . you will be successful
I am sure this will be a solution for you and if so kindly share your Kudos and mark this as solution.
Regards
Vijay Perepa
Proud to be a Super User!
@Anonymous ,
Create a new column
Country 1= 'Table' - [Country]
then
Country_Sort =
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |