March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
New to dynamic calaculations, need help.
Table A (Dimension, Slicer)
Product Id Product Name
123 abc
234 def
Table B (Fact, Table Visual)
Product Id Sold date Location Sold
123 12th sept NY
123 15th Sept
234 11th Sept NY
234 15th Spet ATL
Report -
1. Has a slicer to pick product id
2. A table, or card visual to show a "Location Data Missing" flag as "Yes" if there any null/blank values for the "Location Sold" field.
For the above table data example - when the slicer is filtered for Product Id 123 - The "Location Data Missing" will be "Yes"and for Product Id 234 it will "No"
Need help creating a calaculated column or measure, not sure how to get started.
Solved! Go to Solution.
Hi @Anonymous ,
Try to create below measure in the card visual:
Location Data Missing =
IF( COUNTBLANK('Fact'[Location Sold]) > 0 , "Yes", "No" )
Best Regards,
Joyce
Hi @Anonymous ,
Try to create below measure in the card visual:
Location Data Missing =
IF( COUNTBLANK('Fact'[Location Sold]) > 0 , "Yes", "No" )
Best Regards,
Joyce
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
40 | |
26 | |
17 | |
11 | |
10 |
User | Count |
---|---|
57 | |
52 | |
23 | |
13 | |
11 |