The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all - I'm in somewhat of a unique situation and would ask for some guidance on how to go about this.
I'm querying off of a database which has a field called process name, start time, end time, status, and then there's a JSON column which is specific to each process that exists. In Power Query, if I want to double click down on 1 process and see all of the custom dimensions, I have to filter down to only that process name, then parse thre JSON column, and BOOM, easy as that, there it is. JSON column parsed with all custom dimensions that correspond to the process I chose.
I've been creating reports with everything EXCEPT the custom dimensions in the JSON column. For the most parts I've made KPIs and Viz's with utilization, success metrics, exception reporting, etc. These are all default logging fields which are easy to work with and present.
But I'm noticing that every customer I have, has different processes, and completely different dimension for those processes. I want to somehow be able to create a data dictionary (maybe in a word doc?) that basically would list the column name, and then under the column name (indented maybe), all the possible values in that column (assuming they're strings)..
My end goal is to be able to automatically create this report, then give to a client as if it's a menu showing all the different ways we can slice and dice the data based on all available fields and dimensions. I hope this was somewhat clear.
My assumption is that maybe it would require some Power Automate and/or Python for something like this? I'd apprecaite any general guidance here. Thx!
Solved! Go to Solution.
Hi @Anonymous ,
Power Automate is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.
You may try Power Automate visual , with this, end users will be able to run an automated flow, all within a Power BI report. Additionally, the flow executed can be data contextual, which means that flow inputs can be dynamic based on filters set by the end user.
For more information, please refer to:
New Power Automate Vistual for Power BI Reports
Power BI Automated Reports using Power Automate
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Power Automate is a service that helps you create automated workflows between your favorite apps and services to synchronize files, get notifications, collect data, and more.
You may try Power Automate visual , with this, end users will be able to run an automated flow, all within a Power BI report. Additionally, the flow executed can be data contextual, which means that flow inputs can be dynamic based on filters set by the end user.
For more information, please refer to:
New Power Automate Vistual for Power BI Reports
Power BI Automated Reports using Power Automate
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.