05-29-2020 06:59 AM
This report is sourcing from MS official DAX Reference site by using a dynamic way to extract the data based on CSS selector; Visit my blog for more Power BI tips and tricks: funbiworld.com
Methods:
Using CSS selector to directly retrieve Functions Name and Link from the parent (DAX Category) page. Then use Custom Functions to get details per each Link.
Key M Scripts:
Source = Web.BrowserContents(DaxGroupURL), #"Extracted Table From Html" = Html.Table(Source, {{"FunctionName", "[id*=""api-doc-contents""] > H1,[id*=""api-doc-contents""] > P,[id*=""api-doc-contents""] > H2"},{"Link", "a[href]", each [Attributes][href]}},[RowSelector="[id*=""api-doc-contents""] > H1,[id*=""api-doc-contents""] > P,[id*=""api-doc-contents""] > H2"]),
Custom Visuals:
Using Hierarchy Slicer and Text Filter to make a better browsing experience.
eyJrIjoiMWI2YjFmZDAtNWRlYy00ZDliLWEzMGYtZjUzOGVmMGFlN2Q2IiwidCI6ImJlZWY0NDQyLTg2NzgtNDM0MC1hYWQwLTlmZDY2Yjg1ZjRlYSJ9
This is pretty awesome!!
Hello,,
This is awsome. Is it possible you can send me the pbix file for this?
Thank you,
Hi, this is so useful! Is it possble to receive the Pbix?
Thank you
Great job Eric!
Hi Eric,
Great job sir!
is it possible you can send me the data file and pbix file for this? would be very educational for me as a beginner and would realy help my learning
hi is it possble to receive the Pbix - thanks in advance