Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi
I am trying to create a measure that when nothing is selected the default total value is the Total Gross Exposure for all accounts in my Power BI report . The below measure calculates correctly when selecting individual accounts however the default value when nothing is selected is only the most recent days total volume instead of all gross exposure.
Thanks,
Solved! Go to Solution.
@mloc1990 try changing measure to
Max Gross Exposure = SUMX( VALUES( underwritingndx[Account] ), CALCULATE(SUM(underwritingndx[volume]),FILTER(underwritingndx,underwritingndx[authdate] > MAX(underwritingndx[maxexposurestartdate]))))
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@mloc1990 try changing measure to
Max Gross Exposure = SUMX( VALUES( underwritingndx[Account] ), CALCULATE(SUM(underwritingndx[volume]),FILTER(underwritingndx,underwritingndx[authdate] > MAX(underwritingndx[maxexposurestartdate]))))
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
This looks to be exactly what I need thanks for your help!
If I were to have another measure where the maxexposurestartdate was replaced with medexposurestartdate would it work like below? I was expecting a different amount but they both return the same total figure
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
103 | |
68 | |
47 | |
39 | |
37 |