Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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") )
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.