Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I Want My page to be Dark by Recieving night time and get light by day time,i define two different page with dark and light background, i dont know how to use dax to define the situation ? help me please
Solved! Go to Solution.
@Shahabr
If I understood your question correctly, you need to be able to chagne the color of your Page background based on the hour of the day example, before 6 PM blue and after 6PM black.
Insert a shape on the page and expand it to cover the page, under STYPE> FILL use the follow meaure to apply conditional color
Color = IF( HOUR(NOW()) > 18 , "Black" , "Blue")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Shahabr
If I understood your question correctly, you need to be able to chagne the color of your Page background based on the hour of the day example, before 6 PM blue and after 6PM black.
Insert a shape on the page and expand it to cover the page, under STYPE> FILL use the follow meaure to apply conditional color
Color = IF( HOUR(NOW()) > 18 , "Black" , "Blue")
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
In fact, I have two pages and I want to use Dax code which is shown by considering the time
my English is not well, thank you for your help
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 1 | |
| 1 | |
| 1 |