March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi Guru's
My origin post was https://community.powerbi.com/t5/Desktop/Calculated-Column-based-on-date-fields-to-show-Order-Status...
But I am now struggling with the second portion of the problem.
My Calculated Column which is a MEASURE returns text values Column Name [Shipment Status].
"Order not yet booked"
"Order Departed but not arrived"
etc etc
I need to use this calculated measure as a filter slicer, I would like to choose one of the returned values and see a lit of all orders which have that particular status in a table.
Solved! Go to Solution.
Hi @Anno2019
Sorry for my late reply on the previous case.
You can add another new table with only 1 column which list the status:
And then add the measure 2 :
Measure 2 = var a = SELECTEDVALUE(Table2[Column1]) Return IF(a=BLANK(),[Measure],MAXX(FILTER(Table1,[Measure]=a),[Measure]))
Please note that make sure measure 2 is not blank.
The final result shown as:
Pbix attached here for your reference: https://wicren-my.sharepoint.com/:u:/g/personal/dinaye_wicren_onmicrosoft_com/EcLQeVDdkAlEsYY-lrueqN...
Best regards,
Dina Ye
Hi @Anno2019
Sorry for my late reply on the previous case.
You can add another new table with only 1 column which list the status:
And then add the measure 2 :
Measure 2 = var a = SELECTEDVALUE(Table2[Column1]) Return IF(a=BLANK(),[Measure],MAXX(FILTER(Table1,[Measure]=a),[Measure]))
Please note that make sure measure 2 is not blank.
The final result shown as:
Pbix attached here for your reference: https://wicren-my.sharepoint.com/:u:/g/personal/dinaye_wicren_onmicrosoft_com/EcLQeVDdkAlEsYY-lrueqN...
Best regards,
Dina Ye
Perfect Perfect Perfect...it works!!!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
146 | |
97 | |
79 | |
69 |