Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
My cliente has a table like this:
To create measure and graph I need to identify the columns I am think to do something like this:
There will be any way to to that?
Thanks
Solved! Go to Solution.
1. Create a Custom Column to identify only the header rows (used simple Text.Contains here, but you logic may be more complicated depending on true data?)
2. Now that the new colum has our headers and 'null' everywhere else, we can FILL DOWN on the new Column
3. Finally, apply a filter to remove the header rows
Proud to give back to the community!
Thank You!
Is this imported data into PowerBI thru Power Query (where we can manipulate the data structure) or something like Direct Query where we have to do this all via Measures?
Forrest
Proud to give back to the community!
Thank You!
1. Create a Custom Column to identify only the header rows (used simple Text.Contains here, but you logic may be more complicated depending on true data?)
2. Now that the new colum has our headers and 'null' everywhere else, we can FILL DOWN on the new Column
3. Finally, apply a filter to remove the header rows
Proud to give back to the community!
Thank You!
Yes it is using power query
User | Count |
---|---|
85 | |
82 | |
65 | |
53 | |
46 |
User | Count |
---|---|
102 | |
50 | |
42 | |
39 | |
38 |