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.
Hello everyone,
I would like to calculate the percentage of occurrence of a value (in this case of "dedicated") by country and type of business
How can you see that would be the structure of the table, now:
From the previous column tipo_base_transporte2 I would like to calculate what percentage of "non-dedicated" or "dedicated" occurs by business and country of origin.
Thank you.
Perhaps something is lost in translation, but this seems relatively easy. Assuming your table is called 'Table1', then create the following measures:
User | Count |
---|---|
84 | |
80 | |
69 | |
46 | |
46 |
User | Count |
---|---|
106 | |
50 | |
49 | |
40 | |
39 |