- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Master Color Control in Power BI: Measures for Gradients and Breakouts! 🎨
Ready to take your Power BI reports from meh to marvelous? 🎨🚀
In this video, the Data Gods bless you with the ultimate skill: dynamic color control through DAX measures!
We'll cover:
✅ How to define colors using a measure
✅ How to create stunning blue and yellow gradient effects
✅ How to set up dynamic breakouts based on your data
You'll also get a GitHub link to all the sample DAX code so you can copy-paste and start using it today!
🔗 GitHub Repository with Full Code Samples:
https://github.com/KratosDataGod/Presentations
DAX Samples
YearColorCodeBlue =
VAR ColorType = SELECTEDVALUE('Yearly Sales'[Year])
RETURN
SWITCH(TRUE(),
ColorType IN {"2025"} , "#1B3664",
ColorType IN {"2024"}, "#495E83",
ColorType IN {"2023"}, "#7686A2",
ColorType IN {"2022"}, "#A4AFC1",
ColorType IN {"2021"}, "#D1D7E0",
ColorType IN {"2020"} , "#E6E6E6"
)
YearColorCodeYellow =
VAR ColorType = SELECTEDVALUE('Yearly Sales'[Year])
RETURN
SWITCH(TRUE(),
ColorType IN {"2025"} , "#F8991C",
ColorType IN {"2024"}, "#F9AD49",
ColorType IN {"2023"}, "#FBC277",
ColorType IN {"2022"}, "#FCD6A4",
ColorType IN {"2021"}, "#FEEBD2",
ColorType IN {"2020"} , "#E6E6E6"
)
EducationColorCode =
VAR ColorType = SELECTEDVALUE('Education Sales'[Education])
RETURN
SWITCH(TRUE(),
ColorType IN {"Bachelors"} , "#1B3664",
ColorType IN {"Graduate Degree"}, "#F8991C",
ColorType IN {"Partial High School"}, "#3A86FF",
ColorType IN {"High School"}, "#947BD3",
ColorType IN {"Partial College"}, "#FF6B35",
ColorType IN {"Doctorate"}, "#F9C74F",
ColorType IN {"Junior High"} , "#43AA8B",
"#BBBDB9"
)
🔥 Whether you’re building heatmaps, KPI cards, or dynamic tables, mastering color control through measures will take your Power BI game to divine levels!
🙏 Don't forget to LIKE, SUBSCRIBE, and WORSHIP the Data Gods for more advanced Power BI techniques!
#PowerBI #ColorControl #DAXMagic #KratosBI
Start your journey towards data godhood by becoming a member:
https://www.youtube.com/channel/UCUNTlJDKLzxxGo0tmKLbdOQ/join
Видео Master Color Control in Power BI: Measures for Gradients and Breakouts! 🎨 канала KratosBI
In this video, the Data Gods bless you with the ultimate skill: dynamic color control through DAX measures!
We'll cover:
✅ How to define colors using a measure
✅ How to create stunning blue and yellow gradient effects
✅ How to set up dynamic breakouts based on your data
You'll also get a GitHub link to all the sample DAX code so you can copy-paste and start using it today!
🔗 GitHub Repository with Full Code Samples:
https://github.com/KratosDataGod/Presentations
DAX Samples
YearColorCodeBlue =
VAR ColorType = SELECTEDVALUE('Yearly Sales'[Year])
RETURN
SWITCH(TRUE(),
ColorType IN {"2025"} , "#1B3664",
ColorType IN {"2024"}, "#495E83",
ColorType IN {"2023"}, "#7686A2",
ColorType IN {"2022"}, "#A4AFC1",
ColorType IN {"2021"}, "#D1D7E0",
ColorType IN {"2020"} , "#E6E6E6"
)
YearColorCodeYellow =
VAR ColorType = SELECTEDVALUE('Yearly Sales'[Year])
RETURN
SWITCH(TRUE(),
ColorType IN {"2025"} , "#F8991C",
ColorType IN {"2024"}, "#F9AD49",
ColorType IN {"2023"}, "#FBC277",
ColorType IN {"2022"}, "#FCD6A4",
ColorType IN {"2021"}, "#FEEBD2",
ColorType IN {"2020"} , "#E6E6E6"
)
EducationColorCode =
VAR ColorType = SELECTEDVALUE('Education Sales'[Education])
RETURN
SWITCH(TRUE(),
ColorType IN {"Bachelors"} , "#1B3664",
ColorType IN {"Graduate Degree"}, "#F8991C",
ColorType IN {"Partial High School"}, "#3A86FF",
ColorType IN {"High School"}, "#947BD3",
ColorType IN {"Partial College"}, "#FF6B35",
ColorType IN {"Doctorate"}, "#F9C74F",
ColorType IN {"Junior High"} , "#43AA8B",
"#BBBDB9"
)
🔥 Whether you’re building heatmaps, KPI cards, or dynamic tables, mastering color control through measures will take your Power BI game to divine levels!
🙏 Don't forget to LIKE, SUBSCRIBE, and WORSHIP the Data Gods for more advanced Power BI techniques!
#PowerBI #ColorControl #DAXMagic #KratosBI
Start your journey towards data godhood by becoming a member:
https://www.youtube.com/channel/UCUNTlJDKLzxxGo0tmKLbdOQ/join
Видео Master Color Control in Power BI: Measures for Gradients and Breakouts! 🎨 канала KratosBI
Комментарии отсутствуют
Информация о видео
28 апреля 2025 г. 17:00:14
00:10:51
Другие видео канала

