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.
I'm currently using the sort option to organize data, but it's sorting based on the values across all months. Instead, I want to sort data by the selected month specifically. For example, if I select January and sort in descending order, it should display values like 29508, 20484, 17844, 10368, etc. Similarly, if I select February and sort, it should show 29748, 10596, 9684, 9468, etc.
Is there a way to achieve this?
Solved! Go to Solution.
Hi @Evelyn_L - Use below measure to sort the value dynamically as per selection of month:
Here i have a seperate date table connected to my financial table date column ,
Measure:
sort the matrix visual with selectdmonthvalue
it works. please check
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |
Hi @Evelyn_L - Use below measure to sort the value dynamically as per selection of month:
Here i have a seperate date table connected to my financial table date column ,
Measure:
sort the matrix visual with selectdmonthvalue
it works. please check
Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
Proud to be a Super User! | |