Posts

Showing posts from September, 2024

Power BI

Image
First of all, all credit goes to Linkedin Learning and Joshua Rischin, Company Director of Axium Solutions. I watched the video and followed along how to create a dashboard using Power BI. There is a title, a line chart, waterfall chart, and a slicer to filter for a specific state's sale on top right. Most notably, if I clicked on one of the bars on the waterfall chart, then it the line chart above will also filter for that specific product category. Please see Power BI screenshots below How it Looks in Power BI Exported into Powerpoint

Copy and Paste Visible Cells

Copy & Paste Visible Cells When Filtering You can copy and paste visible cells by highlighting the cells and then going F5 --> Special --> Visible cells Only Then click copy and paste the cells in rows that are not filtered

Remove Duplicates

Image
One Way to do this is to use the UNIQUE funciton, which is what I often use. For example, I have several vendor codes for different invoice number. Use the Unique function and it will remove all duplicates and give you only the unique vendor codes. This is helpful when I do entry in the accounting software, especially when there is over 500+ lines of vendor codes. Alternatively, you can use ALT + A + M to remove duplicates, so definitely will start using that more!