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.
Morning,
I am using the below calc to show the prevalence of one value, within a set of another values.
For example, if I visit ten houses over the year and find five of these items, my prevalence rate for the year should be 50%.
The calc appears to work but when I drag it onto the graph to display as Line Value I get a "Can't Display the Visual Error".
As you can see I'm simply "Sum"-ing the column "Sev1 Sum Post Appeal" and getting that Sum Total to appear as a percentage of the total rows (one row = one property visited).
Any ideas?
Solved! Go to Solution.
@dcadwallader , there should option to check details. Open that and check I doubt either group by is not applicable or this column : [Sev1 Sum Post Appeal] is text or have som issue
Hi,
Like Amit mentioned it is likely caused by data type error or a problem with grouping. When I re-created you measure it work fine with my sample data:
Proud to be a Super User!
Thanks so much folks!
Can't believe I missed that one - I'm going to blame that one on this morning's early start!
Hi,
Like Amit mentioned it is likely caused by data type error or a problem with grouping. When I re-created you measure it work fine with my sample data:
Proud to be a Super User!
@dcadwallader , there should option to check details. Open that and check I doubt either group by is not applicable or this column : [Sev1 Sum Post Appeal] is text or have som issue
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |