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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
pvravestein
Helper I
Helper I

Conditional Formatting Latest Windows OS Build

Hi,

I'm trying to do the following.

I have the Intune Datawarehouse which contains a lot of data including the OS Version.

In my PBI I split that OS Version to get the right Build versions.

pvravestein_0-1619685448527.png

For the report I want to compare the Build Version (OsVersion - Copy.4) with the numbers from Microsoft.

For this purpose I copy the figures from Microsoft (Windows 10 - release information | Microsoft Docs) to a table.

pvravestein_1-1619685569483.png

Now I want to update the report based on the latest Build update, so when I change the Microsoft table all the numbers change with it in my report. (Like this, manually set the colors)

pvravestein_2-1619685694597.png

So I think I need a measure and use this measure in the conditional formatting setting in the report? 

Can someone help? Or even make it easier and use the numbers from Microsoft directly?

 

Thanks

1 ACCEPTED SOLUTION
pvravestein
Helper I
Helper I

Got some sort of solution. Now I'm using a Web connection to get the right information for the Windows updates.

Now I always see the current CU in my visuals.

pvravestein_0-1624279548983.png

 

View solution in original post

5 REPLIES 5
pvravestein
Helper I
Helper I

Got some sort of solution. Now I'm using a Web connection to get the right information for the Windows updates.

Now I always see the current CU in my visuals.

pvravestein_0-1624279548983.png

 

V-lianl-msft
Community Support
Community Support

Hi @pvravestein ,

 

Please create a measure like below and set the data colour.

Measure = IF(DATEDIFF(MAX('OS build'[Availability date]),TODAY(),WEEK)<4,"GREEN","BLUE")

V-lianl-msft_0-1620029190022.pngV-lianl-msft_1-1620029199307.png

 

 

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

 

Hi @V-lianl-msft ,

This is a nice solution and excellent explained but I cant get it to work. I need the Latest Revision Date as reference for the latest build version and compare that to the OS version. Offcourse I played around with the measure and the latest revision date but unfortunately it does not work.

Thanks again

Hi @pvravestein ,

 

Do you create a one to many relationship based on the OS versions in both tables?

Any chance you can share a PBIX file with dummy data?

https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-... 

Please remove any sensitive data before uploading.

 

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

 

I'm sorry for my late reaction, I had some holiday leave.

I made a sample Pbix for you to work with. Thanks again

Sample pbix 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors