Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedBe 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!
I a looking to get the description of each IDs individually on the Table that I ahve created for IDs by Date.
For the Ids to be in one place under each respective date I created a meassure like :
Solved! Go to Solution.
Hi @Anonymous ,
Regarding the Status condittional formatting create the following two measures:
ID_Status = CALCULATE(MAX(Sheet1[Status]); FILTER(Sheet1;[Ranking_ID] = SELECTEDVALUE('Ranking'[Value])))
Status Colour = SWITCH([ID_Status];"Closed"; "Green"; "Open"; "Red"; "Pending";"Yellow")
Now use the Status Colour to do the condittional formatting you can change the colors and status to the correct values that you need.
Has you can see each status has a colour (changed your data a little bit)
Concerning the drill trough let me chekc I will get back to you.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
If you are having an concatenex for your measure the data that you are picking up is all of the one that are included in that concatenex that is why you are getting all the values you need to change the way you are presenting the information.
Ranking = GENERATESERIES(1 ; 20 ;1)
Ranking_ID = RANKX(ALLSELECTED(Sheet1);CALCULATE(MAX(Sheet1[ID])))
ID_Value = CALCULATE(MAX(Sheet1[ID]); FILTER(Sheet1;[Ranking_ID] = SELECTEDVALUE('Ranking'[Value])))
ID_Description = CALCULATE(MAX(Sheet1[Description]); FILTER(Sheet1;[Ranking_ID] = SELECTEDVALUE('Ranking'[Value])))
Final result below and in attach PBIX file:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHI MFelix!
Thanks for your reply, it seems to work although its in a different way but looks great. I was wondering if I need to create a drill through based on this output how will that work as I dont unique connection against this Ranking table that I created. I ahve one another table with similat IDs and there are several documents against these IDs and I want to be able to drill down to that table using the IDs from the first stable i.e Sheet1 in ou example.
Also right now I dont see any conditional formating option available using this option.
Kind regards,
Hi @Anonymous ,
Can you please explain a little bit better what is the drill down and conditiional formatting you need to achieve? How is the model setup.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsSure. So I have a table with the Date , ID and Description and the Status. Based on this table I built the Ranking table as you sugested and used in the matrix table so I have the Descriptions as tooltip. Now I want to color code the individual IDs based on its status.
As for drill down, I have a third table which also has the Id's and Document numbers and few other details. For this I built a new page with the IDs , document numbers and other details from that third table and set up the drill down. When I drill down from the first page to this drill down page based on a particular ID, it displays me more data than that particular ID that I selected which is not right, it should only bring data related to that ID.
Thanks
Hi @Anonymous ,
Regarding the Status condittional formatting create the following two measures:
ID_Status = CALCULATE(MAX(Sheet1[Status]); FILTER(Sheet1;[Ranking_ID] = SELECTEDVALUE('Ranking'[Value])))
Status Colour = SWITCH([ID_Status];"Closed"; "Green"; "Open"; "Red"; "Pending";"Yellow")
Now use the Status Colour to do the condittional formatting you can change the colors and status to the correct values that you need.
Has you can see each status has a colour (changed your data a little bit)
Concerning the drill trough let me chekc I will get back to you.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
119 | |
78 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
58 | |
51 |