This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
I have a table which has minimum and maximum timing of each student already drawn in the Min and Max columns in the data file given. I wanted to switch each Minimum timing in the Min column to the value "Entry" and each Max timing from the Max column to the word "Exit". I am trying to do that through IF or SWITCH statement but it needs an expression for Min and Max, which i am unable to create because the timing column is not there wherefrom i would have manually drawn Min and Max as a measure and the Minimum and Maximum timings are already given in the data table.
Can someone please help me in knowing how i can change these Min and Max timings to ENTRY and EXIT values?
Thanks
Solved! Go to Solution.
Hi @samoberoi ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create measures.
min Measure = IF(MAX('Table'[min])=MINX(ALLSELECTED('Table'),[min]),"Entry",MAX('Table'[min]))max Measure = IF(MAX('Table'[max])=MAXX(ALLSELECTED('Table'),[max]),"Exit",MAX('Table'[max]))
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @samoberoi ,
According to your description, here are my steps you can follow as a solution.
(1) This is my test data.
(2) We can create measures.
min Measure = IF(MAX('Table'[min])=MINX(ALLSELECTED('Table'),[min]),"Entry",MAX('Table'[min]))max Measure = IF(MAX('Table'[max])=MAXX(ALLSELECTED('Table'),[max]),"Exit",MAX('Table'[max]))
(3) Then the result is as follows.
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @samoberoi
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 39 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |