Forum Discussion
Button with filter
Hi all,
A question;
Is it possible to set filters for a button?
For example, I want 2 buttons that if the value is one the button will turn red and a button if a value is two the button will turn green.
Or is that also possible with visualizations, although I have not been able to find that.
Hi Frixel
Do you mean you connect the onedrive data source on desktop and publish it to the service?
The dataset should be synced from Onedrive every one hour by default. but if you made changes on the onedrive, you should refresh the dataset and report in the service manually. note that you should refresh the web page if you'd like to see the latest updates in report.
11 Replies
- KBOMemorable Member
Hi Frixel ,
I guess my workaround would be create a table in which I color the fields with conditional formatting. Than I would use a drill thourgh button to enable the row in the table and after that I klick on the drill through button to get more informations. But this is only one option 😄
Best,
Kathrin
- MelvleeHelper I
Hi Frixel ,
Not sure what visual you would like to use.
I can show you what I did with a table visual.
1. I created a measure which returns a circle symbol based on the status.
StatusIcons = VAR _result = SELECTEDVALUE ( Status[Status] ) RETURN IF ( _result = "1", "CircleSymbolLow", "CircleSymbolHigh" )2. Set up conditional formatting of Icons for Status field.
3. Here is the outcome.
Best Regards
- v-diye-msftCommunity Support
- FrixelPost Prodigy
- v-diye-msftCommunity Support
Hi Frixel
Sorry you can't, you should download the report as pbix from the service and implement the changes before republishing it. cuz data modeling is not supported in power bi service.