There's a lot of information on how to get around the lack of an out-of-the box CI/CD solution for Power BI datasets, but for me it's often complicated and I have to read too many pages before making much progress on my own. This post is here to strip it down and provide you with… Continue reading Power BI datasets CI/CD (the easy-ish way)
Author: Stephanie Bruno
When the Report Usage Metrics Report stops refreshing
Have you ever had a Usage Metrics Report just stop refreshing? At the bottom you'll see a little message that tells you to check the credentials. But you don't have access to the Usage Metrics Report dataset in the list of datasets in the workspace because it's hidden! So even if you wanted to delete… Continue reading When the Report Usage Metrics Report stops refreshing
Automatically Updating Word or PowerPoint with Power BI Data
As much as we try to convince our colleagues to do more of their work in Power BI and less and less in Excel and PowerPoint, we all know they're going to smile and nod at us then go back to their desks and click "Export data" on our carefully developed Power BI visuals, open… Continue reading Automatically Updating Word or PowerPoint with Power BI Data
DAX measures treating slicer selections with *and* instead of *or* behavior
The general idea When using slicers in Power BI reports, multiple selections filter data with OR logic. For example, if you have a slicer with products and your visuals are displaying total number of invoices, then when "bicycles" and "helmets" are selected in the products slicer your visual will show the number of invoices that… Continue reading DAX measures treating slicer selections with *and* instead of *or* behavior
Power BI Field Finder
My favorite clean and simple way to combine csv files in Power BI
One of the unsung heroes to me in Power BI desktop (or Power Query in Excel) is how wonderfully simple it is to combine csv or Excel files from a folder. Maybe it's not totally unsung, but I think it's an everyday problem that many people have to deal with. It could easily be an… Continue reading My favorite clean and simple way to combine csv files in Power BI
Adding a row rank based on a different column with Power Query
Suppose you have two columns of data, one is something to group on and the other is something you could use to rank the rows. It might look something like this (grouping on Person, ranking based on Event Date): Now let's say that you'd like to use Power Query to add a column that ranks… Continue reading Adding a row rank based on a different column with Power Query
Using a Power BI perspective with Analyze in Excel
As of August 2020, perspectives can be used by your users when they are working with personalized visuals. Another place you may want to make use of the perspectives you define, though, is in Analyze in Excel.