Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
djj1994
Regular Visitor

Table to show an icon when the project end date is within the date range of that column...

Hi all,

 

I want to produce a table (mockup below), where I have:

  • Rows: Project name
  • Columns: Date ranges (quarters e.g. Q1 2023)
  • Icons:
    • To show where the "end date" of the particular project is within that particular date range column (one per project, based on the project end date from my dataset)
    • Coloured by "project status" e.g. in progress, completed

djj1994_0-1679828041309.png

 

Any help would be greatly appreciated, thanks!

1 REPLY 1
v-zhangti
Community Support
Community Support

Hi, @djj1994 

 

Sample data:

vzhangti_0-1679982371020.png

Q = "Q"&QUARTER([Date])&" "&YEAR([Date])

vzhangti_1-1679982439219.png

Measure = IF(SELECTEDVALUE('Table'[Project status])="Completed","Green",IF(SELECTEDVALUE('Table'[Project status])="In progress","Orange"))

vzhangti_2-1679982477163.png

vzhangti_3-1679982497654.png

Is this the result you expect?

 

Best Regards,

Community Support Team _Charlotte

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.