Forum Discussion
Anonymous
6 years agoNot applicable
Bar Chart colour based on Table
Hi, I have a Table showing what versions of software are approved and a Bar Chart showingwhat is actually installed on the user's device. I would like to change the colour of this bar to get it t...
- Anonymous5 years ago
HI Anonymous,
Maybe you can try to use the following measure formula on data color formatting to highlight the records that existed in your Approved Software Versions tables:
Measure = VAR selected = ALLSELECTED ( 'Approved Software Versions'[iOS] ) VAR currVersion = SELECTEDVALUE ( 'Purchased App Versions'[iOS Version] ) RETURN IF ( currVersion IN selected, "Red", "Blue" )Regards,
Xiaoxin Sheng
Anonymous
6 years agoNot applicable
Hi PaulDBrown - Please can you suggest how I can share this file with you? The only way I can see is to use a Shared OneDrive folder? Thanks for your help!
PaulDBrown
6 years agoCommunity Champion
Anonymous
Yes, use Onedrive (or any other cloud service) to upload the file and share from there
- Anonymous6 years agoNot applicable
Hi PaulDBrown ,
Please see this folder containing an excel with both tables in on seperate sheets:https://1drv.ms/u/s!AgPjQo5LA9hIex6kI2rMczZFfdQ?e=3hTsYM
Thanks again for your help!