Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Im trying to create a like/dislike button that when clicked would write back into excel and add either like or dislike into a cell. Does anyone know how to do that?
That is a great idea but what if there was no data in the liked portion of the table, how would I get it so that likes would get added to the table
Hi @Anonymous
Power BI currently doesn't have a writeback capability. You can try using PowerApps or PowerAutomate or a combination of both.
That's a good idea, the only issue I have with power apps and power automate is that I cant seem to figure out how to get the likes/dislikes to appear on a certain cell without creating a new row
First, you need to create two measures in Power BI to track the number of likes and dislikes. These measures will act as counters.
LikesCount = COUNTROWS(FILTER('YourTable', 'YourTable'[Liked] = "Like"))
DislikesCount = COUNTROWS(FILTER('YourTable', 'YourTable'[Liked] = "Dislike"))
Replace with your Table.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
35 |
User | Count |
---|---|
95 | |
79 | |
52 | |
49 | |
47 |