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.
Dear all,
How to calculate percentage column, for below image:
And this is the measure used to calculate the table above:
Count LStatus =
COUNT(Table2[Latest Status])
Thanks in advance for your help and assistance.
Prima Indonesia
Solved! Go to Solution.
Hi @Anonymous,
You can use:
% = [Count LStatus] / CALCULATE([Count LStatus],ALL('Table'))
Then format the measure as percentage.
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: How to Export Telemetry Data from Azure IoT Central into Power BI
Dear Shaurya,
Cool ! It works !
Thank you so much, problem solved.
Again, thank you.
Prima Indonesia
Hi @Anonymous,
You can use:
% = [Count LStatus] / CALCULATE([Count LStatus],ALL('Table'))
Then format the measure as percentage.
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: How to Export Telemetry Data from Azure IoT Central into Power BI
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |