Hallo,
my question is:
I have a report with several pages and on the first page (start page) there are text fields as buttons that link to the other pages. On the other pages are tables with values. But the tables do not always contain values.
Now I want that if in a table values are contained the button on the start page is displayed in green.
Does anyone have an idea ?
Thank youdfd
Solved! Go to Solution.
Hi @Dom898 ,
You may need to firstly define which pages on the Table visual has no value, and then use Conditioanl Formatting on Background color:
Navigate button = SWITCH(MAX('Page Name'[Value]),"Overview","Green","District Monthly Sales","Red","New Stores","Yellow")
Create buttons in Power BI reports - Power BI | Microsoft Docs
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Dom898 ,
You may need to firstly define which pages on the Table visual has no value, and then use Conditioanl Formatting on Background color:
Navigate button = SWITCH(MAX('Page Name'[Value]),"Overview","Green","District Monthly Sales","Red","New Stores","Yellow")
Create buttons in Power BI reports - Power BI | Microsoft Docs
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Dom898 , there are Page navigation buttons, drill through buttons or bookmark buttons?
page navigation buttons
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
394 | |
102 | |
67 | |
55 | |
45 |
User | Count |
---|---|
377 | |
115 | |
79 | |
65 | |
53 |