Forum Discussion
Bar Chart colour based on Table
- 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
It sure is possible, but it is hard to suggest a solution based on the info you have provided. Can you share an example with dummy data, or even a PBIX file?
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!
- PaulDBrown6 years agoCommunity Champion
Anonymous
Yes, use Onedrive (or any other cloud service) to upload the file and share from there
- Anonymous5 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!