Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi,
I created a switch measure for a couple of conditions to pull a specific value. Then I use that to create another measure to multiply by a column to get the value I need. However, the total would not show up and I have tried to use sumx and summarize the table but the total was still wrong. Any help will be much appreciated.
Here is my switch value, which worked and pulls correctly
I need to use whatever rate that pulls to create another measure
Which calculated correctly, however, does not sum
Thanks.
@powerbiwork , You need to use a visual grouping on top of this measure to get that corrected
using values or summarize
sumx(values(Table[Column]) , [Your measure] )
Refer
https://www.youtube.com/watch?v=ufHOOLdi_jk
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.