Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello Pbi Community, Any help on the following use case would be highly appreciated. Still new to Power Bi.
Is it possible to create measures for the following calculations in powerbi? What would be the best way for this?
Requirements:
Custom manual target table:
Month | Target Cnt | Target Total Assets |
1 | 10 | 1,000,000 |
2 | 12 | 2,000,000 |
Goal:
Create measures to be able to plot cards, a stacked column chart or a pie graph to show the 3 metrics.
I was able to do this by creating an individual visual card and putting the criteria on each card, but is there a way to do this via a measure?
Thank you
hello @amitchandak
Seems like we cannot upload pbix files here.
Another way to ask the question - what would be the formula for a DAX measure that calculates:
Household table:
HH Name | Start Date | Total Market Value |
HH1 | 2022-08-06 | $500,000 |
HH2 | 2022-09-05 | $500,000 |
HH3 | 2022-09-10 | $500,000 |
COUNT of Warm (1,2 only) Opportunities estimated to be closed in Current Month based on and associated Projected Investment:
Measure answers would show = 1 Opportunity; $200,000
Opportunity Table
Opp Name | Close Date | Warmth | Projected Investment |
Opp1 | 2022-09-10 | 1 | $200,000 |
Opp2 | 2022-09-20 | 3 | $400,000 |
Opp3 | 2022-11-10 | 1 | $150,000 |
thank you!
@lkay ,
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Check this one- userelationship , date table, and how to deal with more than one date