The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi,
I want to plot the % value in the bar chart, instead of numbers. The % is calculated as
93 / 3046 = 3,05 %
330/ 3046 = 10,82%
and so on...
I have tried many DAX measures but did not get the expected result
Total table = DISTINCTCOUNT('Tables'[TableID]) = 3046
Number of columns in each table = 5 4 3 2 1
Number of tables with 5 columns = 93
% of tables having 5 columns = 93 / 3046 = 3.05 %
% of tables having 4 columns = 330 / 3046 = 10,82 %
Any suggestion would be much appreciated ?
Thanks !
Solved! Go to Solution.
In your Values area, whatever you have in there, use the little drop down arrow and choose "Show as" | "Percent of Grand Total"
In your Values area, whatever you have in there, use the little drop down arrow and choose "Show as" | "Percent of Grand Total"
Thanks @Greg_Deckler, I was also wondering if there any seperate measure to represent that value ?
User | Count |
---|---|
58 | |
56 | |
53 | |
49 | |
32 |
User | Count |
---|---|
172 | |
89 | |
70 | |
46 | |
45 |