Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I need to calculate last values from measures in a table.
The table below shows last 2 dates from 1 year selection.
The Grade and Freq measures and based on MEAN ans STDEV.S calculations
I need measures to calculate
Max Grade to equal a reslut of "B"
Max Freq of the Max Grade to equal a reslut of "High" (if there was a high and low result for Grade "B" the Freq = "Low")
I also need a measure to concatenate the Analyte names for every Grade = Max Grade for the entire selected date range
4/8/2020 has highest grade "C" so Concatenate = Cu, Se, Zn
I can cant filter to last date as this would change the calculations for Grade and Freq as they are dynamically based on the entire selected date range.
Last 2 dates
First 2 dates
Calulations:
Hi,
I have made some progrerss with concatenate. Shows correct result in table but as a card result is Blank
Limiting Contam Test =
Hi @zenton ,
You can create a measure as below and put this new measure onto the card visual:
New Measure =
MAXX (
GROUPBY (
Labware,
Labware[Date],
Labware[LIMS Text ID],
Labware[Analyte],
Labware[Freq],
Labware[Grade]
),
[Limiting Contam Test]
)
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Calculation won't accept Labware[Grade] or Labware[Freq] because they are Measures.
I can try to make simplified pbix file but not easy to do. 80 Tables, 50 relationships and 320 Measures
Thanks Rodney
I have made a simplififed version of PBIX with 2 sample reports
https://drive.google.com/file/d/1UHjufS9u05rF7qXdmsnb_bGGNajBFDa5/view?usp=sharing
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
17 | |
17 | |
16 |
User | Count |
---|---|
27 | |
26 | |
18 | |
15 | |
14 |