Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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
Very useful information, Thanks for sharing
Proud to be a Super User! | |
@EricDong , this is absolutely awesome and so useful! By any chance, would you be willing to share the pbix file with me? I'm hopeful that I can learn a lot from this. Many thanks!
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