Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
52 | |
41 | |
39 | |
37 |