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.
Hi,
i have the following problem with fieldparameters. Unfortunately i cant attach the PBI.
I have a table with a Region, Counted Thefts and Counted Damages.
I want so show in a table region, the counted value and the percentage of each category as it is shown in the image:
The goal now is to combine these 4 Mesures (M1 - M4) in one table and controll it with fieldparameters.
I want two options in the fieldparameter with "Thefts" and "Damage"
When i choose "Thefts" the table should display Region, M1 and M2.
When i choose "Damage" the table should display Region, M3 and M4.
Data:
Thanks 😀
Solved! Go to Solution.
Hi @showy ,
you can use a field parameter but you need to manually adjust it
.
Hi @showy ,
you can use a field parameter but you need to manually adjust it
.
Here datamodelling matters! how these tables are connected, if they are different table not connected , field parameter will not help as the category column is not common for both measures.
Proud to be a Super User!
thanks for your reply
the data are in one table. The model would be the Fact Table with Reagion/ Count Theft /Count Damage and a Dimension table with RegionCode/Country
User | Count |
---|---|
83 | |
82 | |
34 | |
33 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |