Power BI

Power BI

9059 bookmarks
Custom sorting
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
The good documentation of custom M functions is a key factor for efficiency in Power Query and Power BI Desktop. In my first post on this topic, I explained why documentation is important and how to add those to custom functions by changing metadata. If you haven’t read the previous article, you should do so […]
Power_BI_tips·ssbi-blog.de·
Writing documentation for custom M-functions, Part2 | THE SELF-SERVICE-BI BLOG
Split CamelCase headers in M - DataChant
Split CamelCase headers in M - DataChant
How many times did you have to work with tables that had headers like these? Client_ID, Transaction_ID, Product_Name, My_DBA_is_in_Love_with_Underscored_Headers No need to manually rename the column names any more, if you work with Excel Get Data / Power Query, or Power BI. You can just apply the following formula in Query Editor: [crayon-5a85df266ff17603321547/] Let’s explain. …
Power_BI_tips·datachant.com·
Split CamelCase headers in M - DataChant
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Today I am excited to share a second excerpt from the draft manuscript of my book. Today’s excerpt is the first part of chapter 11, which discusses basic text analytics, and a cool technique to detect multiple keywords in textual feeds using Cartesian Product. To read more excerpts, as they will be published on the …
Power_BI_tips·datachant.com·
Book Excerpt: Basic Text Analytics using Power BI and Power Query in Excel - DataChant
Recurring dates with offset in Power Query - Powered Solutions
Recurring dates with offset in Power Query - Powered Solutions
Imagine this scenario, you are a Doctor who has multiple appointments with patients on a daily basis. Sometimes, you need to schedule follow up appointments with your patients just to make sure that everything is going according to plan and basically do a check up. You record these appointments in a simple spreadsheet like the …
Power_BI_tips·poweredsolutions.co·
Recurring dates with offset in Power Query - Powered Solutions
Character Escape Sequences In M
Character Escape Sequences In M
When you’re working with M code in Power BI or Power Query/Get&Transform you may want to include special characters such as carriage returns, line feeds or tabs inside a text value. To do this …
Power_BI_tips·blog.crossjoin.co.uk·
Character Escape Sequences In M
Calculate Days between dates using Power Query - Powered Solutions
Calculate Days between dates using Power Query - Powered Solutions
Have you ever wanted to find out how many days you have between 2 dates? perhaps how many Mondays? how many Sundays? perhaps Saturdays and Sundays? Well, in this blog post I’ll show you how you can do that with Power Query inside of Excel and/or Power BI and how you can extend this to …
Power_BI_tips·poweredsolutions.co·
Calculate Days between dates using Power Query - Powered Solutions
Power Query – M Calendar Function
Power Query – M Calendar Function
I’ve downloaded a few M language based calendars, for use in Power BI recently and have been frustrated as they don’t quite meet my needs. So I’ve created my own. The main differe…
Power_BI_tips·jlsql.wordpress.com·
Power Query – M Calendar Function