The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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") )
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
121 | |
86 | |
77 | |
55 | |
48 |
User | Count |
---|---|
136 | |
128 | |
78 | |
64 | |
63 |