Skip to main content
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Shahabr
New Member

Page selection by Dax Code

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

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@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")


 

Did I answer your question? Mark my post as a solution! and hit thumbs up


โญ• Subscribe and learn Power BI from these videos

โšช Website โšช LinkedIn โšช PBI User Group

View solution in original post

2 REPLIES 2
Fowmy
Super User
Super User

@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")


 

Did I answer your question? Mark my post as a solution! and hit thumbs up


โญ• 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

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Users online (25)