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 August 31st. Request your voucher.
Hi
Im a Power BI newbie 🙂
I have 55 rows of data and "Column1" is either "Promoters" or "Passives"
I want to show a gauge of the data.
I think 45 are Promotors and 10 are Passives but I'm seeing this ....
Thanks
P
Solved! Go to Solution.
@pmjwhelan , A pie will split gauge will not,
You have to create a measure
countrows(filter(Table, Table[Column1] = "Promoters") )
@pmjwhelan , A pie will split gauge will not,
You have to create a measure
countrows(filter(Table, Table[Column1] = "Promoters") )