Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi,
I am new to Power BI. I have one requirement to sort the data from Text.
So I have created one 'Title' text to show the selection of the filter which user has choosen.
The Title text is:
Title_Nokia_SW_Pipeline_Title = " PO Plan Quarters: "&IF (
ISFILTERED ( V_OPPORTUNITIES_OIF[Quarter_Name] ),
CONCATENATEX ( FILTERS ( V_OPPORTUNITIES_OIF[Quarter_Name] ), V_OPPORTUNITIES_OIF[Quarter_Name] , ", " ),
"ALL"
).
But it doesn't give me quarters in sorted order. It gives me something like below. Is there any way to sort this quarter in the above formula?
Thanks!
Regards,
Poonam
Solved! Go to Solution.
HI @Anonymous,
It seems like power bi not contains dax functions to re-sort calculation result.
Regards,
Xiaoxin Sheng
HI @Anonymous,
It seems like power bi not contains dax functions to re-sort calculation result.
Regards,
Xiaoxin Sheng
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
78 | |
40 | |
40 | |
35 |