Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
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.
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)
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
Solved! Go to Solution.
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.
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.
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")
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?
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
User | Count |
---|---|
65 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |